Add MANUAL_E_MOVES_RELATIVE to examples

This commit is contained in:
Scott Lahteine
2018-09-06 02:00:03 -05:00
parent beb51c2d58
commit 679e4602fe
44 changed files with 44 additions and 0 deletions

View File

@ -425,6 +425,7 @@
#if ENABLED(ULTIPANEL)
#define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
#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