|
|
|
@ -408,7 +408,10 @@
|
|
|
|
|
// Enable this if X or Y can't home without homing the other axis first.
|
|
|
|
|
//#define CODEPENDENT_XY_HOMING
|
|
|
|
|
|
|
|
|
|
// Automatic alignment of Z steppers for multi-Z-stepper and a probe
|
|
|
|
|
/**
|
|
|
|
|
* Z Steppers Auto-Alignment
|
|
|
|
|
* Add the G34 command to align multiple Z steppers using a bed probe.
|
|
|
|
|
*/
|
|
|
|
|
//#define Z_STEPPER_AUTO_ALIGN
|
|
|
|
|
#if ENABLED(Z_STEPPER_AUTO_ALIGN)
|
|
|
|
|
// Define probe X and Y positions for Z1, Z2 [, Z3]
|
|
|
|
|