Browse Source

Remove extra G42

Scott Lahteine 4 years ago
parent
commit
6903a2ffc5
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/src/gcode/gcode.cpp

+ 0
- 4
Marlin/src/gcode/gcode.cpp View File

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

Loading…
Cancel
Save