Sanity-check Z_STEPPER_AUTO_ALIGN coordinates (#16231)

This commit is contained in:
Moshi Binyamini
2019-12-19 08:59:01 +02:00
committed by Scott Lahteine
parent 0400783444
commit dcdaa2025f
124 changed files with 155 additions and 139 deletions

View File

@ -656,7 +656,7 @@
//#define Z_STEPPER_AUTO_ALIGN
#if ENABLED(Z_STEPPER_AUTO_ALIGN)
// Define probe X and Y positions for Z1, Z2 [, Z3]
#define Z_STEPPER_ALIGN_XY { { 10, 290 }, { 150, 10 }, { 290, 290 } }
#define Z_STEPPER_ALIGN_XY { { 10, 190 }, { 100, 10 }, { 190, 190 } }
// Provide Z stepper positions for more rapid convergence in bed alignment.
// Currently requires triple stepper drivers.