mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-21 13:47:49 -06:00
Cosmetic: Align Z_STEPPER_ALIGN values
This commit is contained in:
parent
7cf1befbec
commit
832be5dd36
102 changed files with 204 additions and 204 deletions
|
@ -602,8 +602,8 @@
|
|||
//#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_X { 10, 150, 290 }
|
||||
#define Z_STEPPER_ALIGN_Y { 290, 10, 290 }
|
||||
#define Z_STEPPER_ALIGN_X { 10, 150, 290 }
|
||||
#define Z_STEPPER_ALIGN_Y { 290, 10, 290 }
|
||||
// Set number of iterations to align
|
||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
||||
// Enable to restore leveling setup after operation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue