瀏覽代碼

Place "Level Bed" closer to "Auto Home"

Scott Lahteine 8 年之前
父節點
當前提交
0d2fc13516
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      Marlin/ultralcd.cpp

+ 6
- 6
Marlin/ultralcd.cpp 查看文件

@@ -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…
取消
儲存