Single nozzle filament change (#11994)
This commit is contained in:
committed by
Scott Lahteine
parent
bfcf570d68
commit
74cd6cb4fc
@ -487,6 +487,10 @@ void GcodeSuite::process_parsed_command(
|
||||
|
||||
case 211: M211(); break; // M211: Enable, Disable, and/or Report software endstops
|
||||
|
||||
#if ENABLED(SINGLENOZZLE)
|
||||
case 217: M217(); break; // M217: Set filament swap parameters
|
||||
#endif
|
||||
|
||||
#if HOTENDS > 1
|
||||
case 218: M218(); break; // M218: Set a tool offset
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user