Explorar el Código

Update BTT002 pins (#16591)

thisiskeithb hace 4 años
padre
commit
3b34fbd4c4
Se han modificado 1 ficheros con 9 adiciones y 16 borrados
  1. 9
    16
      Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h

+ 9
- 16
Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h Ver fichero

@@ -37,19 +37,11 @@
37 37
 //#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
38 38
 
39 39
 //
40
-// Servos
41
-//
42
-#define SERVO0_PIN         PC3
43
-
44
-//
45 40
 // Limit Switches
46 41
 //
47
-#define X_MIN_PIN          PD3
48
-#define X_MAX_PIN          PD3
49
-#define Y_MIN_PIN          PD2
50
-#define Y_MAX_PIN          PD2
51
-#define Z_MIN_PIN          PD1
52
-#define Z_MAX_PIN          PD1
42
+#define X_STOP_PIN         PD3
43
+#define Y_STOP_PIN         PD2
44
+#define Z_STOP_PIN         PD1   // Shares J4 connector with PC3
53 45
 
54 46
 //
55 47
 // Z Probe must be this pin
@@ -159,17 +151,18 @@
159 151
 //
160 152
 // Temperature Sensors
161 153
 //
162
-#define TEMP_0_PIN         PA0   // T1 <-> E0
163
-#define TEMP_1_PIN         PA1   // T2 <-> E1
164
-#define TEMP_BED_PIN       PA2   // T0 <-> Bed
154
+#define TEMP_0_PIN         PA2   // T0 <-> E0
155
+#define TEMP_1_PIN         PA0   // T1 <-> E1
156
+#define TEMP_BED_PIN       PA1   // T2 <-> Bed
157
+#define TEMP_PROBE_PIN     PC3   // Shares J4 connector with PD1
165 158
 
166 159
 //
167 160
 // Heaters / Fans
168 161
 //
169 162
 #define HEATER_0_PIN       PE6   // Heater0
170 163
 #define HEATER_BED_PIN     PE5   // Hotbed
171
-#define FAN_PIN            PB9   // Fan0
172
-#define FAN1_PIN           PB8   // Fan1
164
+#define FAN_PIN            PB8   // Fan1
165
+#define FAN1_PIN           PB9   // Fan0
173 166
 
174 167
 // HAL SPI1 pins
175 168
 #define CUSTOM_SPI_PINS

Loading…
Cancelar
Guardar