Guide:Marlin

提供:Kobe Makerspace
2024年1月30日 (火) 08:49時点におけるAsavonic (トーク | 投稿記録)による版 (ページの作成:「If your printer or motherboard version is different, proceed with the steps below.」)

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カードを挿入し、プリンターをリセットします。 起動中に自動的に更新されるはずです。