「Guide:Marlin/en」の版間の差分

提供:Kobe Makerspace
(ページの作成:「== Find PlatformIO environment == Find the environment (a build preset/toolchain) to use with PlatformIO. We're compiling for Ender 3 v4.2.2 board, so use <code>STM32F103…」)
(ページの作成:「If your printer or motherboard version is different, proceed with the steps below.」)
39行目: 39行目:
 
Choose the one that matches your board.
 
Choose the one that matches your board.
   
  +
== Configure ==
<div lang="ja" dir="ltr" class="mw-content-ltr">
 
  +
Optional: create a git branch specific for this printer, so all changes can be tracked and updated easily.
== 設定 ==
 
オプション: このプリンターに固有の git ブランチを作成して、すべての変更を簡単に追跡および更新できるようにします。
 
 
{{terminal|text=
 
{{terminal|text=
 
cd $root_dir/marlin
 
cd $root_dir/marlin
 
git checkout -b ender-3
 
git checkout -b ender-3
 
}}
 
}}
</div>
 
   
  +
Use the example config.
<div lang="ja" dir="ltr" class="mw-content-ltr">
 
サンプルファイルを使用する。
 
 
{{terminal|text=
 
{{terminal|text=
 
cp $root_dir/config/config/examples/Creality/Ender-3/CrealityV422/{_Bootscreen.h,Configuration_adv.h,Configuration.h,_Statusscreen.h} marlin/Marlin/
 
cp $root_dir/config/config/examples/Creality/Ender-3/CrealityV422/{_Bootscreen.h,Configuration_adv.h,Configuration.h,_Statusscreen.h} marlin/Marlin/
 
}}
 
}}
</div>
 
   
 
<div lang="ja" dir="ltr" class="mw-content-ltr">
 
<div lang="ja" dir="ltr" class="mw-content-ltr">

2024年1月30日 (火) 08:49時点における版

Install PlatformIO

Clone Marlin

We clone the version 2.1.2.1, the latest at the time of writing this guide.

Also clone example configurations (also for version 2.1.2.1), so we don't have to start from scratch.

Find PlatformIO environment

Find the environment (a build preset/toolchain) to use with PlatformIO. We're compiling for Ender 3 v4.2.2 board, so use STM32F103RE_creality in "Build Marlin with PlatformIO"

If your printer or motherboard version is different, proceed with the steps below.

Search for similar lines in ./Marlin/src/pins/pins.h file:

Choose the one that matches your board.

Configure

Optional: create a git branch specific for this printer, so all changes can be tracked and updated easily.

Use the example config.

オプション: 変更をコミットし、構成が変更されるたびにこれを実行します。 変更の説明を入力します。

PlatformIO で建てる

以前に見つけた PlatformIO プリセットを使用します。

これによりファームウェア ファイルがビルドされ、コンパイル出力ログで確認できます:

インストール

.pio/build/STM32F103RE_creality/firmware-20231008-230629.binをSDカードにコピーします。 名前を変更しないでください。名前が現在のファームウェアと同じ場合、プリンタがアップデートを拒否する可能性があります。SDカードを挿入し、プリンターをリセットします。 起動中に自動的に更新されるはずです。