|
@@ -903,12 +903,12 @@
|
903
|
903
|
* Example: `M851 Z-5` with a CLEARANCE of 4 => 9mm from bed to nozzle.
|
904
|
904
|
* But: `M851 Z+1` with a CLEARANCE of 2 => 2mm from bed to nozzle.
|
905
|
905
|
*/
|
906
|
|
-#define Z_CLEARANCE_DEPLOY_PROBE 0 // Z Clearance for Deploy/Stow
|
907
|
|
-#define Z_CLEARANCE_BETWEEN_PROBES 2 // Z Clearance between probe points
|
|
906
|
+#define Z_CLEARANCE_DEPLOY_PROBE 0 // Z Clearance for Deploy/Stow
|
|
907
|
+#define Z_CLEARANCE_BETWEEN_PROBES 2 // Z Clearance between probe points
|
908
|
908
|
#define Z_CLEARANCE_MULTI_PROBE 5 // Z Clearance between multiple probes
|
909
|
|
-//#define Z_AFTER_PROBING 5 // Z position after probing is done
|
|
909
|
+//#define Z_AFTER_PROBING 5 // Z position after probing is done
|
910
|
910
|
|
911
|
|
-#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
|
911
|
+#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
912
|
912
|
|
913
|
913
|
// For M851 give a range for adjusting the Z probe offset
|
914
|
914
|
#define Z_PROBE_OFFSET_RANGE_MIN -20
|