Преглед изворни кода

Bring Configuration_adv.h up to date

Scott Lahteine пре 5 година
родитељ
комит
3d0ead7dcb
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      Marlin/Configuration_adv.h

+ 2
- 2
Marlin/Configuration_adv.h Прегледај датотеку

602
 //#define Z_STEPPER_AUTO_ALIGN
602
 //#define Z_STEPPER_AUTO_ALIGN
603
 #if ENABLED(Z_STEPPER_AUTO_ALIGN)
603
 #if ENABLED(Z_STEPPER_AUTO_ALIGN)
604
   // Define probe X and Y positions for Z1, Z2 [, Z3]
604
   // Define probe X and Y positions for Z1, Z2 [, Z3]
605
-  #define Z_STEPPER_ALIGN_X { 10, 150, 290 }
606
-  #define Z_STEPPER_ALIGN_Y { 290, 10, 290 }
605
+  #define Z_STEPPER_ALIGN_X {  10, 150, 290 }
606
+  #define Z_STEPPER_ALIGN_Y { 290,  10, 290 }
607
   // Set number of iterations to align
607
   // Set number of iterations to align
608
   #define Z_STEPPER_ALIGN_ITERATIONS 3
608
   #define Z_STEPPER_ALIGN_ITERATIONS 3
609
   // Enable to restore leveling setup after operation
609
   // Enable to restore leveling setup after operation

Loading…
Откажи
Сачувај