|
|
|
|
578
|
// @section lcd
|
578
|
// @section lcd
|
579
|
|
579
|
|
580
|
#if ENABLED(ULTIPANEL)
|
580
|
#if ENABLED(ULTIPANEL)
|
581
|
- #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 0} // Feedrates for manual moves along X, Y, Z, E from panel
|
|
|
|
|
581
|
+ #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 2*60} // Feedrates for manual moves along X, Y, Z, E from panel
|
582
|
#define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
|
582
|
#define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
|
583
|
#define ULTIPANEL_FEEDMULTIPLY // Comment to disable setting feedrate multiplier via encoder
|
583
|
#define ULTIPANEL_FEEDMULTIPLY // Comment to disable setting feedrate multiplier via encoder
|
584
|
#endif
|
584
|
#endif
|