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