|
|
@ -444,7 +444,7 @@
|
|
|
|
#define DEFAULT_RETRACT_ACCELERATION 10000 // E acceleration in mm/s^2 for retracts
|
|
|
|
#define DEFAULT_RETRACT_ACCELERATION 10000 // E acceleration in mm/s^2 for retracts
|
|
|
|
#define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
|
|
|
|
#define DEFAULT_TRAVEL_ACCELERATION 1000 // 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
|
|
|
|
// When changing speed and direction, if the difference is less than the
|
|
|
|
// value set here, it may happen instantaneously.
|
|
|
|
// value set here, it may happen instantaneously.
|
|
|
|
#define DEFAULT_XYJERK 10.0 // (mm/sec)
|
|
|
|
#define DEFAULT_XYJERK 10.0 // (mm/sec)
|
|
|
|