|
@ -603,7 +603,8 @@ |
|
|
//#define Z_STEPPER_AUTO_ALIGN
|
|
|
//#define Z_STEPPER_AUTO_ALIGN
|
|
|
#if ENABLED(Z_STEPPER_AUTO_ALIGN) |
|
|
#if ENABLED(Z_STEPPER_AUTO_ALIGN) |
|
|
// Define probe X and Y positions for Z1, Z2 [, Z3]
|
|
|
// Define probe X and Y positions for Z1, Z2 [, Z3]
|
|
|
#define Z_STEPPER_ALIGN_XY { { 10, 290 }, { 150, 10 }, { 290, 290 } } // Set number of iterations to align
|
|
|
#define Z_STEPPER_ALIGN_XY { { 10, 290 }, { 150, 10 }, { 290, 290 } } |
|
|
|
|
|
// Set number of iterations to align
|
|
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 |
|
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 |
|
|
// Enable to restore leveling setup after operation
|
|
|
// Enable to restore leveling setup after operation
|
|
|
#define RESTORE_LEVELING_AFTER_G34 |
|
|
#define RESTORE_LEVELING_AFTER_G34 |
|
|