🎨 Misc. cleanup

This commit is contained in:
Scott Lahteine 2021-11-10 09:46:46 -06:00
parent 6a5a973a45
commit 04547bf57b
22 changed files with 23 additions and 23 deletions

View file

@ -791,7 +791,7 @@
//#define HOMING_BACKOFF_POST_MM { 2, 2, 2 } // (mm) Backoff from endstops after homing
#define QUICK_HOME // If G28 contains XY do a diagonal move first
#define QUICK_HOME // If G28 contains XY do a diagonal move first
//#define HOME_Y_BEFORE_X // If G28 contains XY home Y before X
//#define HOME_Z_FIRST // Home Z first. Requires a Z-MIN endstop (not a probe).
//#define CODEPENDENT_XY_HOMING // If X/Y can't home without homing Y/X first