mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-18 04:08:05 -06:00
Disable Z_STEPPER_AUTO_ALIGN SKR in E3 Turbo Config (#235)
This commit is contained in:
parent
4e098e3268
commit
3bd9b49e4d
5 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@
|
||||||
* Z Steppers Auto-Alignment
|
* Z Steppers Auto-Alignment
|
||||||
* Add the G34 command to align multiple Z steppers using a bed probe.
|
* Add the G34 command to align multiple Z steppers using a bed probe.
|
||||||
*/
|
*/
|
||||||
#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 [, Z4]]
|
// Define probe X and Y positions for Z1, Z2 [, Z3 [, Z4]]
|
||||||
// If not defined, probe limits will be used.
|
// If not defined, probe limits will be used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue