浏览代码

Reverted Z-Homing-Height limit

Thomas Buck 7 年前
父节点
当前提交
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

正在加载...
取消
保存