MAGNETIC_PARKING_EXTRUDER (#12351)

This commit is contained in:
Rolf Werum
2019-02-06 13:30:53 +01:00
committed by Scott Lahteine
parent 1bd9a63049
commit 524c6c10bf
98 changed files with 3641 additions and 546 deletions

View File

@ -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