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

提供:Kobe Makerspace
(ページの作成:「== Clone Marlin == We clone the version 2.1.2.1, the latest at the time of writing this guide. {{terminal|text= git clone -b 2.1.2.1 https://github.com/MarlinFirmware/Mar…」)
 
(相違点なし)

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

メッセージについての情報 (編集)
このメッセージについての説明文はありません。 このメッセージがどこでどのように使用されているか知っている場合は、説明文を投稿して他の翻訳者を助けてください。
メッセージ定義 (Guide:Marlin)
== Marlin をクローンする ==
このガイドの作成時点で最新であるバージョン 2.1.2.1 のクローンを作成します。
{{terminal|text=
git clone -b 2.1.2.1 https://github.com/MarlinFirmware/Marlin marlin
cd $root_dir
}}

Clone Marlin

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