Skip to content

Commit

Permalink
🩹 Fix CNC homing clearance (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndere1 authored Sep 2, 2024
1 parent 42dd44b commit 67026de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/CNC/miniRambo/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@
*/
//#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.

//#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing (if Z was homed)
Expand Down

0 comments on commit 67026de

Please sign in to comment.