mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-07 14:03:56 -06:00
Improve Delta probing / calibration (#15887)
This commit is contained in:
parent
4ede13e36a
commit
b904ba0f29
26 changed files with 152 additions and 187 deletions
|
@ -641,8 +641,6 @@
|
|||
#endif
|
||||
|
||||
#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 121.5 // (mm)
|
||||
// Set the steprate for papertest probing
|
||||
#define PROBE_MANUALLY_STEP 0.05 // (mm)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue