Kaynağa Gözat

Undesired behavior with endstops swapped

Made my swap commented out so its the option not the default.
Natealus 9 yıl önce
ebeveyn
işleme
04fda6b3e9
1 değiştirilmiş dosya ile 12 ekleme ve 12 silme
  1. 12
    12
      Marlin/pins_AZTEEG_X3_PRO.h

+ 12
- 12
Marlin/pins_AZTEEG_X3_PRO.h Dosyayı Görüntüle

@@ -20,19 +20,19 @@
20 20
 //Note: I had to solder on the additional MAX Endstop pins to attach a Z-Probe 
21 21
 //endstop switch.
22 22
 //
23
-#undef X_MIN_PIN
24
-#undef X_MAX_PIN
25
-#undef Y_MIN_PIN
26
-#undef Y_MAX_PIN
27
-#undef Z_MIN_PIN
28
-#undef Z_MAX_PIN
23
+//#undef X_MIN_PIN
24
+//#undef X_MAX_PIN
25
+//#undef Y_MIN_PIN
26
+//#undef Y_MAX_PIN
27
+//#undef Z_MIN_PIN
28
+//#undef Z_MAX_PIN
29 29
 
30
-#define X_MIN_PIN           2
31
-#define X_MAX_PIN           3
32
-#define Y_MIN_PIN          15
33
-#define Y_MAX_PIN          14
34
-#define Z_MIN_PIN          19
35
-#define Z_MAX_PIN          18
30
+//#define X_MIN_PIN           2
31
+//#define X_MAX_PIN           3
32
+//#define Y_MIN_PIN          15
33
+//#define Y_MAX_PIN          14
34
+//#define Z_MIN_PIN          19
35
+//#define Z_MAX_PIN          18
36 36
 //
37 37
 
38 38
 #define E2_STEP_PIN        23

Loading…
İptal
Kaydet