Scott Lahteine 10 anos atrás
pai
commit
ffe27a6225
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5
    5
      Marlin/Marlin_main.cpp

+ 5
- 5
Marlin/Marlin_main.cpp Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar