Configurable Z move distance (#14593)

This commit is contained in:
MarcelMo
2019-07-30 09:16:26 +02:00
committed by Scott Lahteine
parent 842466f4d9
commit f8aa52346f
119 changed files with 142 additions and 32 deletions

View File

@ -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