[2.0.x] G33 MIN_STEPS_PER_SEGMENT (#10386)

This commit is contained in:
Luc Van Daele
2018-04-13 03:22:29 +02:00
committed by Scott Lahteine
parent c96412a78f
commit 12785583d0
11 changed files with 12 additions and 10 deletions

View File

@ -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).