Browse Source

Bring Configuration_adv.h up to date

pull/1/head
Scott Lahteine 5 years ago
parent
commit
3d0ead7dcb
  1. 4
      Marlin/Configuration_adv.h

4
Marlin/Configuration_adv.h

@ -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…
Cancel
Save