Skip to content

Commit

Permalink
Fix comments (MarlinFirmware#20759)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and kpishere committed Feb 19, 2021
1 parent e296ffa commit 1c9cb48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Marlin/src/feature/mmu/mmu2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ void MMU2::init() {
set_runout_valid(false);

#if PIN_EXISTS(MMU2_RST)
// TODO use macros for this
WRITE(MMU2_RST_PIN, HIGH);
SET_OUTPUT(MMU2_RST_PIN);
#endif
Expand Down Expand Up @@ -955,7 +954,7 @@ bool MMU2::load_filament_to_nozzle(const uint8_t index) {
/**
* 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
* filament to nozzle.
*/
Expand Down

0 comments on commit 1c9cb48

Please sign in to comment.