[1.1.x] G33 MIN_STEPS_PER_SEGMENT (#10385)

This commit is contained in:
Luc Van Daele 2018-04-13 03:19:42 +02:00 committed by Scott Lahteine
parent db81a1d4a2
commit 6e30d1bef1
11 changed files with 12 additions and 10 deletions

View file

@ -523,7 +523,7 @@
// Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
#define DELTA_CALIBRATION_RADIUS 121.5 // 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).