Skip to content

Commit 6b25cf4

Browse files
committed
corrections
1 parent 570b3e0 commit 6b25cf4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Marlin/Configuration.h

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,13 +1416,11 @@
14161416
//#define USE_PROBE_FOR_Z_HOMING
14171417

14181418
/**
1419-
* For machines with Z endstops and Z probes working together.
1420-
* Enable this option to home with Z probe after Z endstop homing.
1421-
* This allows "Z Probe Offset" changes to take effect immediately without
1422-
* having to rebuild bed leveling mesh. Usefull for Z_MULTI_ENDSTOPS
1423-
* machines where enstops are needed to sync the Z motors.
1424-
* Requires a physical Probe (using nozzle as probe not supported)
1425-
* Requires Z_CLEARANCE_DEPLOY_PROBE value if Z_SAFE_HOMING is not enabled.
1419+
* For machines with Z endstop(s) and a reliable Z probe this option will
1420+
* cause Z to home first using Z endstop and then re-home with the probe
1421+
* to establish a more ideal Z0 position for probing the bed. This can be
1422+
* useful when Z must home to MAX but you want to establish a better Z0
1423+
* based on bed height. Requires a probe and calibrated probe Z offset.
14261424
*/
14271425
//#define REHOME_Z_WITH_PROBE
14281426

0 commit comments

Comments
 (0)