|
@@ -1700,15 +1700,13 @@
|
1700
|
1700
|
//#define MANUAL_J_HOME_POS 0
|
1701
|
1701
|
//#define MANUAL_K_HOME_POS 0
|
1702
|
1702
|
|
1703
|
|
-// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
1704
|
|
-//
|
1705
|
|
-// With this feature enabled:
|
1706
|
|
-//
|
1707
|
|
-// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
1708
|
|
-// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
1709
|
|
-// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
1710
|
|
-// - Prevent Z homing when the Z probe is outside bed area.
|
1711
|
|
-//
|
|
1703
|
+/**
|
|
1704
|
+ * Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
|
1705
|
+ *
|
|
1706
|
+ * - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
|
1707
|
+ * - Allows Z homing only when XY positions are known and trusted.
|
|
1708
|
+ * - If stepper drivers sleep, XY homing may be required again before Z homing.
|
|
1709
|
+ */
|
1712
|
1710
|
//#define Z_SAFE_HOMING
|
1713
|
1711
|
|
1714
|
1712
|
#if ENABLED(Z_SAFE_HOMING)
|