Browse Source

Fix some config spacing

pull/1/head
Scott Lahteine 5 years ago
parent
commit
1204f2fca8
  1. 2
      config/examples/delta/Anycubic/Kossel/Configuration.h

2
config/examples/delta/Anycubic/Kossel/Configuration.h

@ -662,7 +662,7 @@
#if EITHER(DELTA_AUTO_CALIBRATION, DELTA_CALIBRATION_MENU)
// Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
#define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - MIN_PROBE_EDGE // (mm)
#define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE) // (mm)
// Set the steprate for papertest probing
#define PROBE_MANUALLY_STEP 0.05 // (mm)
#endif

Loading…
Cancel
Save