MAGNETIC_PARKING_EXTRUDER (#12351)
This commit is contained in:
committed by
Scott Lahteine
parent
1bd9a63049
commit
524c6c10bf
@ -705,6 +705,10 @@ void GcodeSuite::process_parsed_command(
|
||||
case 869: M869(); break; // M869: Report axis error
|
||||
#endif
|
||||
|
||||
#if ENABLED(MAGNETIC_PARKING_EXTRUDER)
|
||||
case 951: M951(); break; // M951: Set Magnetic Parking Extruder parameters
|
||||
#endif
|
||||
|
||||
#if ENABLED(Z_STEPPER_AUTO_ALIGN)
|
||||
case 422: M422(); break; // M422: Set Z Stepper automatic alignment position using probe
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user