Browse Source

Fix comments (#20759)

vanilla_fb_2.0.x
Giuliano Zaro 4 years ago
committed by GitHub
parent
commit
2b928b4754
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Marlin/src/feature/mmu/mmu2.cpp

3
Marlin/src/feature/mmu/mmu2.cpp

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

Loading…
Cancel
Save