|
@@ -213,7 +213,7 @@
|
213
|
213
|
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
214
|
214
|
#define X_HOME_RETRACT_MM 5
|
215
|
215
|
#define Y_HOME_RETRACT_MM 5
|
216
|
|
-#define Z_HOME_RETRACT_MM 5
|
|
216
|
+#define Z_HOME_RETRACT_MM 2
|
217
|
217
|
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
218
|
218
|
|
219
|
219
|
#define AXIS_RELATIVE_MODES {false, false, false, false}
|
|
@@ -248,7 +248,7 @@
|
248
|
248
|
#define DEFAULT_MINSEGMENTTIME 20000
|
249
|
249
|
|
250
|
250
|
// If defined the movements slow down when the look ahead buffer is only half full
|
251
|
|
-// #define SLOWDOWN // JFR - important, was enabled!!
|
|
251
|
+#define SLOWDOWN
|
252
|
252
|
|
253
|
253
|
// Frequency limit
|
254
|
254
|
// See nophead's blog for more info
|