♻️ MANUAL_MOVE_DISTANCE_MM/IN

MarlinFirmware/Marlin#26344
This commit is contained in:
Scott Lahteine 2023-11-16 22:07:28 -06:00
parent 58f3843bc6
commit 953d9f3905
354 changed files with 2833 additions and 708 deletions

View file

@ -1522,8 +1522,14 @@
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
#endif
// Add 50/100mm moves to MarlinUI even with a smaller bed
//#define LARGE_MOVE_ITEMS
// Manual move distances to show in the menus. Comma-separated list.
#define MANUAL_MOVE_DISTANCE_MM 10, 1.0, 0.1 // (mm)
//#define MANUAL_MOVE_DISTANCE_MM 100, 50, 10, 1.0, 0.1 // (mm)
//#define MANUAL_MOVE_DISTANCE_MM 500, 100, 50, 10, 1.0, 0.1 // (mm)
// Manual move distances for INCH_MODE_SUPPORT
#define MANUAL_MOVE_DISTANCE_IN 0.100, 0.010, 0.001 // (in)
//#define MANUAL_MOVE_DISTANCE_IN 1.000, 0.500, 0.100, 0.010, 0.001 // (in)
//#define MANUAL_MOVE_DISTANCE_IN 5.000, 1.000, 0.500, 0.100, 0.010, 0.001 // (in)
// BACK menu items keep the highlight at the top
//#define TURBO_BACK_MENU_ITEM