#define Z_RAISE_BETWEEN_PROBINGS 5 //How much the extruder will be raised when travelling from between next probing points
#define Z_RAISE_BETWEEN_PROBINGS 5 //How much the extruder will be raised when travelling from between next probing points
#define Z_RAISE_AFTER_PROBING 5 //How much the extruder will be raised after the last probing point.
#define Z_RAISE_AFTER_PROBING 5 //How much the extruder will be raised after the last probing point.
//#define Z_PROBE_END_SCRIPT "G1 Z10 F8000\nG1 X10 Y10\nG1 Z0.5" // These commands will be executed in the end of G29 routine.
// Useful to retract a deployable Z probe.
//#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
//#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
//#define SLED_DOCKING_OFFSET 5 // the extra distance the X axis must travel to pick up the sled. 0 should be fine but you can push it further if you'd like.
//#define SLED_DOCKING_OFFSET 5 // the extra distance the X axis must travel to pick up the sled. 0 should be fine but you can push it further if you'd like.
#define Z_RAISE_BETWEEN_PROBINGS 5 //How much the extruder will be raised when travelling from between next probing points
#define Z_RAISE_BETWEEN_PROBINGS 5 //How much the extruder will be raised when travelling from between next probing points
#define Z_RAISE_AFTER_PROBING 5 //How much the extruder will be raised after the last probing point.
#define Z_RAISE_AFTER_PROBING 5 //How much the extruder will be raised after the last probing point.
//#define Z_PROBE_END_SCRIPT "G1 Z10 F8000\nG1 X10 Y10\nG1 Z0.5" // These commands will be executed in the end of G29 routine.
// Useful to retract a deployable Z probe.
//#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
//#define Z_PROBE_SLED // turn on if you have a z-probe mounted on a sled like those designed by Charles Bell
//#define SLED_DOCKING_OFFSET 5 // the extra distance the X axis must travel to pick up the sled. 0 should be fine but you can push it further if you'd like.
//#define SLED_DOCKING_OFFSET 5 // the extra distance the X axis must travel to pick up the sled. 0 should be fine but you can push it further if you'd like.
externfloatmax_feedrate[3+EXTRUDERS];// set the max speeds
externfloatmax_feedrate[3+EXTRUDERS];// Max speeds in mm per minute
externfloataxis_steps_per_unit[3+EXTRUDERS];
externfloataxis_steps_per_unit[3+EXTRUDERS];
externunsignedlongmax_acceleration_units_per_sq_second[3+EXTRUDERS];// Use M201 to override by software
externunsignedlongmax_acceleration_units_per_sq_second[3+EXTRUDERS];// Use M201 to override by software
externfloatminimumfeedrate;
externfloatminimumfeedrate;
externfloatacceleration;// Normal acceleration mm/s^2 THIS IS THE DEFAULT ACCELERATION for all moves. M204 SXXXX
externfloatacceleration;// Normal acceleration mm/s^2 DEFAULT ACCELERATION for all moves. M204 SXXXX
externfloatretract_acceleration[EXTRUDERS];// mm/s^2 filament pull-pack and push-forward while standing still in the other axis M204 TXXXX
externfloatretract_acceleration[EXTRUDERS];// Retract acceleration mm/s^2 filament pull-back and push-forward while standing still in the other axis M204 TXXXX
externfloattravel_acceleration;// Travel acceleration mm/s^2 THIS IS THE DEFAULT ACCELERATION for all NON printing moves. M204 MXXXX
externfloattravel_acceleration;// Travel acceleration mm/s^2 DEFAULT ACCELERATION for all NON printing moves. M204 MXXXX
externfloatmax_xy_jerk;//speed than can be stopped at once, if i understand correctly.
externfloatmax_xy_jerk;// The largest speed change requiring no acceleration
externfloatmax_z_jerk;
externfloatmax_z_jerk;
externfloatmax_e_jerk[EXTRUDERS];// mm/s - initial speed for extruder retract moves