mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-17 19:57:49 -06:00
Configurable Z move distance (#14593)
This commit is contained in:
parent
842466f4d9
commit
f8aa52346f
119 changed files with 142 additions and 32 deletions
|
@ -650,6 +650,7 @@
|
|||
|
||||
#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
|
||||
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 60 } // Feedrates for manual moves along X, Y, Z, E from panel
|
||||
#define SHORT_MANUAL_Z_MOVE 0.025 // (mm) Smallest manual Z move (< 0.1mm)
|
||||
#if ENABLED(ULTIPANEL)
|
||||
#define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"
|
||||
#define ULTIPANEL_FEEDMULTIPLY // Encoder sets the feedrate multiplier on the Status Screen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue