瀏覽代碼

Update Configuration_adv.h

Increase Z_HOME_RETRACT_MM to 2mm default to avoid end stop not switching during retract.
paciotti 10 年之前
父節點
當前提交
881e348eed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Configuration_adv.h

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

@@ -215,7 +215,7 @@
215 215
 //homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
216 216
 #define X_HOME_RETRACT_MM 5
217 217
 #define Y_HOME_RETRACT_MM 5
218
-#define Z_HOME_RETRACT_MM 1
218
+#define Z_HOME_RETRACT_MM 2
219 219
 //#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
220 220
 
221 221
 #define AXIS_RELATIVE_MODES {false, false, false, false}

Loading…
取消
儲存