[2.0.x] G33 MIN_STEPS_PER_SEGMENT (#10386)
This commit is contained in:
committed by
Scott Lahteine
parent
c96412a78f
commit
12785583d0
@ -514,7 +514,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