Scott Lahteine hace 10 años
padre
commit
ffe27a6225
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5
    5
      Marlin/Marlin_main.cpp

+ 5
- 5
Marlin/Marlin_main.cpp Ver fichero

@@ -5259,11 +5259,11 @@ void process_next_command() {
5259 5259
         gcode_G28();
5260 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 5268
     #ifdef ENABLE_AUTO_BED_LEVELING
5269 5269
 

Loading…
Cancelar
Guardar