Fix Anycubic Kossel config (probe crash) (#11832)
This commit is contained in:
committed by
Scott Lahteine
parent
66f83d33e6
commit
bc06406d7d
@@ -1017,8 +1017,8 @@
|
||||
* But: `M851 Z+1` with a CLEARANCE of 2 => 2mm from bed to nozzle.
|
||||
*/
|
||||
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
|
||||
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
|
||||
#define Z_CLEARANCE_MULTI_PROBE 5 // Z Clearance between multiple probes
|
||||
#define Z_CLEARANCE_BETWEEN_PROBES 25 // Z Clearance between probe points
|
||||
#define Z_CLEARANCE_MULTI_PROBE 25 // Z Clearance between multiple probes
|
||||
#define Z_AFTER_PROBING 30 // Z position after probing is done
|
||||
|
||||
#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
||||
|
||||
Reference in New Issue
Block a user