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
 
396
 
397
       case 92: G92(); break;                                      // G92: Set current axis position(s)
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
       #if ENABLED(CALIBRATION_GCODE)
399
       #if ENABLED(CALIBRATION_GCODE)
404
         case 425: G425(); break;                                  // G425: Perform calibration with calibration cube
400
         case 425: G425(); break;                                  // G425: Perform calibration with calibration cube
405
       #endif
401
       #endif

Loading…
Cancel
Save