浏览代码

Fix comments (#20759)

Giuliano Zaro 4 年前
父节点
当前提交
2b928b4754
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      Marlin/src/feature/mmu/mmu2.cpp

+ 1
- 2
Marlin/src/feature/mmu/mmu2.cpp 查看文件

128
   set_runout_valid(false);
128
   set_runout_valid(false);
129
 
129
 
130
   #if PIN_EXISTS(MMU2_RST)
130
   #if PIN_EXISTS(MMU2_RST)
131
-    // TODO use macros for this
132
     WRITE(MMU2_RST_PIN, HIGH);
131
     WRITE(MMU2_RST_PIN, HIGH);
133
     SET_OUTPUT(MMU2_RST_PIN);
132
     SET_OUTPUT(MMU2_RST_PIN);
134
   #endif
133
   #endif
955
 /**
954
 /**
956
  * Load filament to nozzle of multimaterial printer
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
  * It is not used after T0 .. T4 command (select filament), in such case, gcode is responsible for loading
958
  * It is not used after T0 .. T4 command (select filament), in such case, gcode is responsible for loading
960
  * filament to nozzle.
959
  * filament to nozzle.
961
  */
960
  */

正在加载...
取消
保存