|
@@ -1130,12 +1130,12 @@
|
1130
|
1130
|
* Example: `M851 Z-5` with a CLEARANCE of 4 => 9mm from bed to nozzle.
|
1131
|
1131
|
* But: `M851 Z+1` with a CLEARANCE of 2 => 2mm from bed to nozzle.
|
1132
|
1132
|
*/
|
1133
|
|
-#define Z_CLEARANCE_DEPLOY_PROBE 30 // Z Clearance for Deploy/Stow
|
|
1133
|
+#define Z_CLEARANCE_DEPLOY_PROBE 50 // Z Clearance for Deploy/Stow
|
1134
|
1134
|
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
|
1135
|
1135
|
#define Z_CLEARANCE_MULTI_PROBE 5 // Z Clearance between multiple probes
|
1136
|
|
-#define Z_AFTER_PROBING 5 // Z position after probing is done
|
|
1136
|
+//#define Z_AFTER_PROBING 5 // Z position after probing is done
|
1137
|
1137
|
|
1138
|
|
-#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
|
1138
|
+#define Z_PROBE_LOW_POINT -5 // Farthest distance below the trigger-point to go before stopping
|
1139
|
1139
|
|
1140
|
1140
|
// For M851 give a range for adjusting the Z probe offset
|
1141
|
1141
|
#define Z_PROBE_OFFSET_RANGE_MIN -40
|
|
@@ -1439,19 +1439,6 @@
|
1439
|
1439
|
#endif // BED_LEVELING
|
1440
|
1440
|
|
1441
|
1441
|
/**
|
1442
|
|
- * Points to probe for all 3-point Leveling procedures.
|
1443
|
|
- * Override if the automatically selected points are inadequate.
|
1444
|
|
- */
|
1445
|
|
-#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL)
|
1446
|
|
- #define PROBE_PT_1_X -40
|
1447
|
|
- #define PROBE_PT_1_Y 60
|
1448
|
|
- #define PROBE_PT_2_X 40
|
1449
|
|
- #define PROBE_PT_2_Y 60
|
1450
|
|
- #define PROBE_PT_3_X 0
|
1451
|
|
- #define PROBE_PT_3_Y -70
|
1452
|
|
-#endif
|
1453
|
|
-
|
1454
|
|
-/**
|
1455
|
1442
|
* Add a bed leveling sub-menu for ABL or MBL.
|
1456
|
1443
|
* Include a guided procedure if manual probing is enabled.
|
1457
|
1444
|
*/
|