Browse Source

Reverted Z-Homing-Height limit

Thomas Buck 6 years ago
parent
commit
2b61ea1c63
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -743,7 +743,7 @@
743 743
 
744 744
 // @section homing
745 745
 
746
-#define Z_HOMING_HEIGHT 10  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
746
+#define Z_HOMING_HEIGHT 0  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
747 747
                              // Be sure you have this distance over your Z_MAX_POS in case.
748 748
 
749 749
 // Direction of endstops when homing; 1=MAX, -1=MIN

Loading…
Cancel
Save