Browse Source

Fix comments (#20759)

Giuliano Zaro 4 years ago
parent
commit
2b928b4754
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/src/feature/mmu/mmu2.cpp

+ 1
- 2
Marlin/src/feature/mmu/mmu2.cpp View File

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
  */

Loading…
Cancel
Save