File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments