Parcourir la source

Reverted Z-Homing-Height limit

Thomas Buck il y a 6 ans
Parent
révision
2b61ea1c63
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer