|
|
@ -394,7 +394,7 @@
|
|
|
|
#define Y_HOME_BUMP_MM 5
|
|
|
|
#define Y_HOME_BUMP_MM 5
|
|
|
|
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
|
|
|
|
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
|
|
|
|
#define HOMING_BUMP_DIVISOR { 10, 10, 10 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
|
|
|
#define HOMING_BUMP_DIVISOR { 10, 10, 10 } // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
|
|
|
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
|
|
|
//#define QUICK_HOME // If homing includes X and Y, do a diagonal move initially
|
|
|
|
|
|
|
|
|
|
|
|
// When G28 is called, this option will make Y home before X
|
|
|
|
// When G28 is called, this option will make Y home before X
|
|
|
|
//#define HOME_Y_BEFORE_X
|
|
|
|
//#define HOME_Y_BEFORE_X
|
|
|
|