🚸 Machine-relative Z_STEPPER_ALIGN_XY

MarlinFirmware/Marlin#24261
This commit is contained in:
Scott Lahteine 2022-07-18 20:10:04 -05:00
parent b8e08ad752
commit 47531ddd48
282 changed files with 1692 additions and 846 deletions

View file

@ -937,9 +937,12 @@
*/
//#define Z_STEPPER_AUTO_ALIGN
#if ENABLED(Z_STEPPER_AUTO_ALIGN)
// Define probe X and Y positions for Z1, Z2 [, Z3 [, Z4]]
// If not defined, probe limits will be used.
// Override with 'M422 S<index> X<pos> Y<pos>'
/**
* Define probe X and Y positions for Z1, Z2 [, Z3 [, Z4]]
* These positions are machine-relative and do not shift with the M206 home offset!
* If not defined, probe limits will be used.
* Override with 'M422 S<index> X<pos> Y<pos>'.
*/
//#define Z_STEPPER_ALIGN_XY { { 10, 290 }, { 150, 10 }, { 290, 290 } }
/**