|
@@ -207,6 +207,11 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
207
|
207
|
#define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E
|
208
|
208
|
#define HOMING_FEEDRATE {50*60, 50*60, 4*60, 0} // set the homing speeds (mm/min)
|
209
|
209
|
|
|
210
|
+//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
|
211
|
+#define X_HOME_RETRACT_MM 5
|
|
212
|
+#define Y_HOME_RETRACT_MM 5
|
|
213
|
+#define Z_HOME_RETRACT_MM 1
|
|
214
|
+
|
210
|
215
|
#define AXIS_RELATIVE_MODES {false, false, false, false}
|
211
|
216
|
|
212
|
217
|
#define MAX_STEP_FREQUENCY 40000 // Max step frequency for Ultimaker (5000 pps / half step)
|