Fix a misspelling of minimum

This commit is contained in:
Scott Lahteine
2016-09-02 01:42:38 -05:00
parent ad659b5f91
commit aaef7c6b89
22 changed files with 22 additions and 22 deletions

View File

@ -444,7 +444,7 @@
#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration in mm/s^2 for retracts
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
// "Jerk" specifies the minumum speed change that requires acceleration.
// "Jerk" specifies the minimum speed change that requires acceleration.
// When changing speed and direction, if the difference is less than the
// value set here, it may happen instantaneously.
#define DEFAULT_XYJERK 20.0 // (mm/sec)