Standardize encoder defaults

This commit is contained in:
Scott Lahteine
2018-02-24 22:24:17 -06:00
parent 0977226a4b
commit 8488d64062
47 changed files with 92 additions and 92 deletions

View File

@@ -406,7 +406,7 @@
// @section lcd
#if ENABLED(ULTIPANEL)
#define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 1*60} // Feedrates (mm/m) for manual moves along X, Y, Z, E from panel
#define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
#define ULTIPANEL_FEEDMULTIPLY // Comment to disable setting feedrate multiplier via encoder
#endif