|
|
|
@ -436,8 +436,6 @@
|
|
|
|
|
// and processor overload (too many expensive sqrt calls).
|
|
|
|
|
#define DELTA_SEGMENTS_PER_SECOND 200
|
|
|
|
|
|
|
|
|
|
// NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them
|
|
|
|
|
|
|
|
|
|
// Center-to-center distance of the holes in the diagonal push rods.
|
|
|
|
|
#define DELTA_DIAGONAL_ROD 250.0 // mm
|
|
|
|
|
|
|
|
|
@ -701,7 +699,6 @@
|
|
|
|
|
// Use double touch for probing
|
|
|
|
|
//#define PROBE_DOUBLE_TOUCH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Allen key retractable z-probe as seen on many Kossel delta printers - http://reprap.org/wiki/Kossel#Automatic_bed_leveling_probe
|
|
|
|
|
* Deploys by touching z-axis belt. Retracts by pushing the probe down. Uses Z_MIN_PIN.
|
|
|
|
|