|
|
|
|
1025
|
// @section lcd
|
1025
|
// @section lcd
|
1026
|
|
1026
|
|
1027
|
#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
|
1027
|
#if EITHER(ULTIPANEL, EXTENSIBLE_UI)
|
1028
|
- #define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 60 } // Feedrates for manual moves along X, Y, Z, E from panel
|
|
|
|
|
1028
|
+ #define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // Feedrates for manual moves along X, Y, Z, E from panel
|
1029
|
#define SHORT_MANUAL_Z_MOVE 0.025 // (mm) Smallest manual Z move (< 0.1mm)
|
1029
|
#define SHORT_MANUAL_Z_MOVE 0.025 // (mm) Smallest manual Z move (< 0.1mm)
|
1030
|
#if ENABLED(ULTIPANEL)
|
1030
|
#if ENABLED(ULTIPANEL)
|
1031
|
#define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"
|
1031
|
#define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"
|