소스 검색

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…
취소
저장