[1.1.x] G33 MIN_STEPS_PER_SEGMENT (#10385)
This commit is contained in:
committed by
Scott Lahteine
parent
db81a1d4a2
commit
6e30d1bef1
@@ -505,7 +505,7 @@
|
||||
// Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
|
||||
#define DELTA_CALIBRATION_RADIUS 110.0 // mm
|
||||
// Set the steprate for papertest probing
|
||||
#define PROBE_MANUALLY_STEP (MIN_STEPS_PER_SEGMENT / DEFAULT_XYZ_STEPS_PER_UNIT)
|
||||
#define PROBE_MANUALLY_STEP 0.05 // mm
|
||||
#endif
|
||||
|
||||
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
||||
|
||||
Reference in New Issue
Block a user