瀏覽代碼

Reverted Z-Homing-Height limit

Thomas Buck 6 年之前
父節點
當前提交
2b61ea1c63
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h 查看文件

743
 
743
 
744
 // @section homing
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
                              // Be sure you have this distance over your Z_MAX_POS in case.
747
                              // Be sure you have this distance over your Z_MAX_POS in case.
748
 
748
 
749
 // Direction of endstops when homing; 1=MAX, -1=MIN
749
 // Direction of endstops when homing; 1=MAX, -1=MIN

Loading…
取消
儲存