mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
📝 Manual move distance docs
This commit is contained in:
parent
0f93a00f55
commit
1567fab346
354 changed files with 2477 additions and 354 deletions
|
@ -1522,7 +1522,12 @@
|
|||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||
#endif
|
||||
|
||||
// Manual move distances to show in the menus. Comma-separated list.
|
||||
/**
|
||||
* MarlinUI "Move Axis" menu distances. Comma-separated list.
|
||||
* Values are displayed as-defined, so always use plain numbers here.
|
||||
* Axis moves <= 1/2 the axis length and Extruder moves <= EXTRUDE_MAXLENGTH
|
||||
* will be shown in the move submenus.
|
||||
*/
|
||||
#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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue