Browse Source

Indent G29

Scott Lahteine 10 years ago
parent
commit
ffe27a6225
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/Marlin_main.cpp

+ 5
- 5
Marlin/Marlin_main.cpp View File

5259
         gcode_G28();
5259
         gcode_G28();
5260
         break;
5260
         break;
5261
 
5261
 
5262
-    #if defined(ENABLE_AUTO_BED_LEVELING) || defined(MESH_BED_LEVELING)
5263
-      case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points.
5264
-        gcode_G29();
5265
-        break;
5266
-    #endif
5262
+      #if defined(ENABLE_AUTO_BED_LEVELING) || defined(MESH_BED_LEVELING)
5263
+        case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points.
5264
+          gcode_G29();
5265
+          break;
5266
+      #endif
5267
 
5267
 
5268
     #ifdef ENABLE_AUTO_BED_LEVELING
5268
     #ifdef ENABLE_AUTO_BED_LEVELING
5269
 
5269
 

Loading…
Cancel
Save