Browse Source

Fix some bad AZTEEG_X5_MINI pins (#14011)

InsanityAutomation 6 years ago
parent
commit
07afe69cee
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      Marlin/src/pins/pins_AZTEEG_X5_MINI.h

+ 5
- 1
Marlin/src/pins/pins_AZTEEG_X5_MINI.h View File

50
 #define Y_STOP_PIN         P1_26
50
 #define Y_STOP_PIN         P1_26
51
 #define Z_STOP_PIN         P1_28
51
 #define Z_STOP_PIN         P1_28
52
 
52
 
53
+#ifndef FIL_RUNOUT_PIN
54
+  #define FIL_RUNOUT_PIN   P2_04
55
+#endif
56
+
53
 #ifndef FILWIDTH_PIN
57
 #ifndef FILWIDTH_PIN
54
-  #define FILWIDTH_PIN     P2_04
58
+  #define FILWIDTH_PIN         2   // Analog Input (P0_25)
55
 #endif
59
 #endif
56
 
60
 
57
 //
61
 //

Loading…
Cancel
Save