Fix a misspelling of minimum
This commit is contained in:
parent
ad659b5f91
commit
aaef7c6b89
22 changed files with 22 additions and 22 deletions
|
|
@ -442,7 +442,7 @@
|
|||
#define DEFAULT_RETRACT_ACCELERATION 1000 // 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 8.0 // (mm/sec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue