G425 — Auto-calibrate Backlash and Nozzle Offsets (#13050)

This commit is contained in:
Marcio Teixeira
2019-02-06 16:20:17 -07:00
committed by Scott Lahteine
parent 113af46a1b
commit e1604198ff
77 changed files with 4334 additions and 3 deletions

View File

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