Explorar el Código

Place "Level Bed" closer to "Auto Home"

Scott Lahteine hace 8 años
padre
commit
0d2fc13516
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6
    6
      Marlin/ultralcd.cpp

+ 6
- 6
Marlin/ultralcd.cpp Ver fichero

1352
     #endif
1352
     #endif
1353
 
1353
 
1354
     //
1354
     //
1355
-    // Set Home Offsets
1356
-    //
1357
-    MENU_ITEM(function, MSG_SET_HOME_OFFSETS, lcd_set_home_offsets);
1358
-    //MENU_ITEM(gcode, MSG_SET_ORIGIN, PSTR("G92 X0 Y0 Z0"));
1359
-
1360
-    //
1361
     // Level Bed
1355
     // Level Bed
1362
     //
1356
     //
1363
     #if HAS_ABL
1357
     #if HAS_ABL
1369
     #endif
1363
     #endif
1370
 
1364
 
1371
     //
1365
     //
1366
+    // Set Home Offsets
1367
+    //
1368
+    MENU_ITEM(function, MSG_SET_HOME_OFFSETS, lcd_set_home_offsets);
1369
+    //MENU_ITEM(gcode, MSG_SET_ORIGIN, PSTR("G92 X0 Y0 Z0"));
1370
+
1371
+    //
1372
     // Disable Steppers
1372
     // Disable Steppers
1373
     //
1373
     //
1374
     MENU_ITEM(gcode, MSG_DISABLE_STEPPERS, PSTR("M84"));
1374
     MENU_ITEM(gcode, MSG_DISABLE_STEPPERS, PSTR("M84"));

Loading…
Cancelar
Guardar