Add HOME_Z_FIRST option (#20113)

This commit is contained in:
Scott Lahteine
2020-11-11 16:58:34 -06:00
committed by GitHub
parent f4e9f3654e
commit 2282801172
4 changed files with 14 additions and 10 deletions

View File

@@ -778,6 +778,10 @@
#undef Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#endif
#if Z_HOME_DIR > 0
#define HOME_Z_FIRST // If homing away from BED do Z first
#endif
/**
* Set granular options based on the specific type of leveling
*/