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

提供:Kobe Makerspace
(ページの作成:「== Build with PlatformIO == Use the PlatformIO environment that we found before. {{terminal|text= cd $root_dir/marlin $root_dir/pio/penv/bin/platformio run -e STM32F103R…」)
 
(相違点なし)

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

メッセージについての情報 (編集)
このメッセージについての説明文はありません。 このメッセージがどこでどのように使用されているか知っている場合は、説明文を投稿して他の翻訳者を助けてください。
メッセージ定義 (Guide:Marlin)
== PlatformIO で建てる ==
以前に見つけた PlatformIO プリセットを使用します。
{{terminal|text=
cd $root_dir/marlin
$root_dir/pio/penv/bin/platformio run -e STM32F103RE_creality
}}

Build with PlatformIO

Use the PlatformIO environment that we found before.