Przeglądaj źródła

Some RADDS pin updates

Scott Lahteine 7 lat temu
rodzic
commit
a9f94f260a
1 zmienionych plików z 14 dodań i 3 usunięć
  1. 14
    3
      Marlin/src/pins/pins_RADDS.h

+ 14
- 3
Marlin/src/pins/pins_RADDS.h Wyświetl plik

49
 #define Z_MAX_PIN          38
49
 #define Z_MAX_PIN          38
50
 
50
 
51
 //
51
 //
52
+// Z Probe (when not Z_MIN_PIN)
53
+//
54
+#ifndef Z_MIN_PROBE_PIN
55
+  #define Z_MIN_PROBE_PIN  38
56
+#endif
57
+
58
+//
52
 // Steppers
59
 // Steppers
53
 //
60
 //
54
 #define X_STEP_PIN         24
61
 #define X_STEP_PIN         24
129
 
136
 
130
 // SPI for Max6675 or Max31855 Thermocouple
137
 // SPI for Max6675 or Max31855 Thermocouple
131
 #if DISABLED(SDSUPPORT)
138
 #if DISABLED(SDSUPPORT)
132
-  #define MAX6675_SS        53
139
+  #define MAX6675_SS       53
133
 #else
140
 #else
134
-  #define MAX6675_SS        49
141
+  #define MAX6675_SS       49
135
 #endif
142
 #endif
136
 
143
 
137
 //
144
 //
149
 // Misc. Functions
156
 // Misc. Functions
150
 //
157
 //
151
 #define SDSS                4
158
 #define SDSS                4
152
-#define PS_ON_PIN          40
159
+#define PS_ON_PIN          40   // SERVO3_PIN
160
+
161
+#ifndef FIL_RUNOUT_PIN
162
+  #define FIL_RUNOUT_PIN   39   // SERVO2_PIN
163
+#endif
153
 
164
 
154
 // I2C EEPROM with 8K of space
165
 // I2C EEPROM with 8K of space
155
 #define I2C_EEPROM
166
 #define I2C_EEPROM

Ładowanie…
Anuluj
Zapisz