G425 — Auto-calibrate Backlash and Nozzle Offsets (#13050)
This commit is contained in:
committed by
Scott Lahteine
parent
113af46a1b
commit
e1604198ff
@ -270,6 +270,10 @@ void GcodeSuite::process_parsed_command(
|
||||
case 42: G42(); break; // G42: Coordinated move to a mesh point
|
||||
#endif
|
||||
|
||||
#if ENABLED(CALIBRATION_GCODE)
|
||||
case 425: G425(); break; // G425: Perform calibration with calibration cube
|
||||
#endif
|
||||
|
||||
#if ENABLED(DEBUG_GCODE_PARSER)
|
||||
case 800: parser.debug(); break; // G800: GCode Parser Test for G
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user