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

提供:Kobe Makerspace
(ページの作成:「== Install PlatformIO == {{terminal|text= root_dir=$PWD export PLATFORMIO_CORE_DIR=$root_dir/pio git clone https://github.com/platformio/platformio-core-installer cd plat…」)
 
(ページの作成:「Also clone example configurations (also for version 2.1.2.1), so we don't have to start from scratch. {{terminal|text= git clone -b 2.1.2.1 https://github.com/MarlinFirmw…」)
7行目: 7行目:
 
}}
 
}}
   
  +
== Clone Marlin ==
<div lang="ja" dir="ltr" class="mw-content-ltr">
 
  +
We clone the version 2.1.2.1, the latest at the time of writing this guide.
== Marlin をクローンする ==
 
このガイドの作成時点で最新であるバージョン 2.1.2.1 のクローンを作成します。
 
 
{{terminal|text=
 
{{terminal|text=
 
git clone -b 2.1.2.1 https://github.com/MarlinFirmware/Marlin marlin
 
git clone -b 2.1.2.1 https://github.com/MarlinFirmware/Marlin marlin
 
cd $root_dir
 
cd $root_dir
 
}}
 
}}
</div>
 
   
  +
Also clone example configurations (also for version 2.1.2.1), so we don't have to start from scratch.
<div lang="ja" dir="ltr" class="mw-content-ltr">
 
また、サンプル (バージョン 2.1.2.1 用) のクローンも作成するので、最初から開始する必要はありません。
 
 
{{terminal|text=
 
{{terminal|text=
 
git clone -b 2.1.2.1 https://github.com/MarlinFirmware/Configurations config
 
git clone -b 2.1.2.1 https://github.com/MarlinFirmware/Configurations config
 
}}
 
}}
</div>
 
   
 
<div lang="ja" dir="ltr" class="mw-content-ltr">
 
<div lang="ja" dir="ltr" class="mw-content-ltr">

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

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.

PlatformIO プリセットを見つける

Ender 3 v4.2.2 ボード用にコンパイルしているため、「PlatformIO で構築する」で STM32F103RE_creality を使用します。

プリンターまたはマザーボードのバージョンが異なる場合は、以下の手順に進みます。

./Marlin/src/pins/pins.h ファイルで類似の行を検索します:

./Marlin/src/pins/pins.h:575: #include "stm32f1/pins_CREALITY_V422.h" / STM32F1 / env:STM32F103RE_creality / env:STM32F103RE_creality_xfer / env:STM32F103RC_creality / env:STM32F103RC_creality_xfer / env:STM32F103RE_creality_maple

ボードに合ったものをお選びください。

設定

オプション: このプリンターに固有の git ブランチを作成して、すべての変更を簡単に追跡および更新できるようにします。

サンプルファイルを使用する。

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

PlatformIO で建てる

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

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

インストール

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