|
|
@ -573,8 +573,11 @@ |
|
|
|
|
|
|
|
// @section lcd
|
|
|
|
|
|
|
|
#if ENABLED(ULTIPANEL) |
|
|
|
#if EITHER(ULTIPANEL, EXTENSIBLE_UI) |
|
|
|
#define MANUAL_FEEDRATE {120*60, 120*60, 18*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
|
|
|
|
#endif |
|
|
|
|
|
|
|
#if ENABLED(ULTIPANEL) |
|
|
|
#define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
|
|
|
|
#define ULTIPANEL_FEEDMULTIPLY // Comment to disable setting feedrate multiplier via encoder
|
|
|
|
#endif |
|
|
|