@ -711,16 +711,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
// default settings
# define DEFAULT_AXIS_STEPS_PER_UNIT {160, 160, 8000, 2 03} // default steps per unit for Ultimaker
# define DEFAULT_MAX_FEEDRATE {250, 250, 2, 200} // ( mm/sec)
# define DEFAULT_MAX_ACCELERATION {1000, 1000, 20, 1000} // X, Y, Z, E max imum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.
# define DEFAULT_AXIS_STEPS_PER_UNIT {160, 160, 8000, 2 10.02} // Steps per unit
# define DEFAULT_MAX_FEEDRATE {250, 250, 2, 200} // mm/sec
# define DEFAULT_MAX_ACCELERATION {1000, 1000, 20, 1000} // X, Y, Z, E max start speed for accelerated moves
# define DEFAULT_ACCELERATION 1000 // X, Y, Z and E acceleration in mm/s^2 for printing moves
# define DEFAULT_RETRACT_ACCELERATION 3000 // 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
// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
# define DEFAULT_XYJERK 1 0.0 // (mm/sec)
# define DEFAULT_XYJERK 2 0.0 // (mm/sec)
# define DEFAULT_ZJERK 0.4 // (mm/sec)
# define DEFAULT_EJERK 2.0 // (mm/sec)