MAGNETIC_PARKING_EXTRUDER (#12351)
This commit is contained in:
parent
1bd9a63049
commit
524c6c10bf
98 changed files with 3641 additions and 546 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue