G425 — Auto-calibrate Backlash and Nozzle Offsets (#13050)
This commit is contained in:
parent
113af46a1b
commit
e1604198ff
77 changed files with 4334 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue