🩹 Fix CNC homing clearance (#1094)

This commit is contained in:
DerAndere 2024-09-02 21:54:27 +02:00 committed by GitHub
parent 42dd44b818
commit 67026de6ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1810,7 +1810,7 @@
*/ */
//#define Z_IDLE_HEIGHT Z_HOME_POS //#define Z_IDLE_HEIGHT Z_HOME_POS
//#define Z_CLEARANCE_FOR_HOMING 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... #define Z_CLEARANCE_FOR_HOMING 0 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
// You'll need this much clearance above Z_MAX_POS to avoid grinding. // You'll need this much clearance above Z_MAX_POS to avoid grinding.
//#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing (if Z was homed) //#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing (if Z was homed)