Giuliano Zaro 3年前
コミット
2b928b4754
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加2行の削除
  1. 1
    2
      Marlin/src/feature/mmu/mmu2.cpp

+ 1
- 2
Marlin/src/feature/mmu/mmu2.cpp ファイルの表示

@@ -128,7 +128,6 @@ void MMU2::init() {
128 128
   set_runout_valid(false);
129 129
 
130 130
   #if PIN_EXISTS(MMU2_RST)
131
-    // TODO use macros for this
132 131
     WRITE(MMU2_RST_PIN, HIGH);
133 132
     SET_OUTPUT(MMU2_RST_PIN);
134 133
   #endif
@@ -955,7 +954,7 @@ bool MMU2::load_filament_to_nozzle(const uint8_t index) {
955 954
 /**
956 955
  * Load filament to nozzle of multimaterial printer
957 956
  *
958
- * This function is used only only after T? (user select filament) and M600 (change filament).
957
+ * This function is used only after T? (user select filament) and M600 (change filament).
959 958
  * It is not used after T0 .. T4 command (select filament), in such case, gcode is responsible for loading
960 959
  * filament to nozzle.
961 960
  */

読み込み中…
キャンセル
保存