Browse Source

Place "Level Bed" closer to "Auto Home"

Scott Lahteine 8 years ago
parent
commit
0d2fc13516
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      Marlin/ultralcd.cpp

+ 6
- 6
Marlin/ultralcd.cpp View File

@@ -1352,12 +1352,6 @@ KeepDrawing:
1352 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 1355
     // Level Bed
1362 1356
     //
1363 1357
     #if HAS_ABL
@@ -1369,6 +1363,12 @@ KeepDrawing:
1369 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 1372
     // Disable Steppers
1373 1373
     //
1374 1374
     MENU_ITEM(gcode, MSG_DISABLE_STEPPERS, PSTR("M84"));

Loading…
Cancel
Save