|
@ -396,10 +396,6 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) { |
|
|
|
|
|
|
|
|
case 92: G92(); break; // G92: Set current axis position(s)
|
|
|
case 92: G92(); break; // G92: Set current axis position(s)
|
|
|
|
|
|
|
|
|
#if HAS_MESH |
|
|
|
|
|
case 42: G42(); break; // G42: Coordinated move to a mesh point
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(CALIBRATION_GCODE) |
|
|
#if ENABLED(CALIBRATION_GCODE) |
|
|
case 425: G425(); break; // G425: Perform calibration with calibration cube
|
|
|
case 425: G425(); break; // G425: Perform calibration with calibration cube
|
|
|
#endif |
|
|
#endif |
|
|