Browse Source

Update Configuration_adv.h

Increase Z_HOME_RETRACT_MM to 2mm default to avoid end stop not switching during retract.
paciotti 10 years ago
parent
commit
881e348eed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -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…
Cancel
Save