File tree Expand file tree Collapse file tree 4 files changed +16
-19
lines changed Expand file tree Collapse file tree 4 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 473
473
#define BOARD_BLACKBEEZMINI_V1 5251 // BlackBeezMini V1 (STM32F401CCU6)
474
474
#define BOARD_XTLW_CLIMBER_8TH 5252 // XTLW Climber-8th (STM32F407VGT6)
475
475
#define BOARD_FLY_RRF_E3_V1 5253 // Fly RRF E3 V1.0 (STM32F407VG)
476
- #define BOARD_FLY_SUPER8 5254 // SUPER8 (STM32F407ZGT6)
476
+ #define BOARD_FLY_SUPER8 5254 // Fly SUPER8 (STM32F407ZGT6)
477
477
#define BOARD_FLY_D8 5255 // FLY D8 (STM32F407VG)
478
478
479
479
//
Original file line number Diff line number Diff line change 849
849
#include "stm32f4/pins_FLY_SUPER8.h" // STM32F4 env:SUPER8
850
850
#elif MB (FLY_D8 )
851
851
#include "stm32f4/pins_FLY_D8.h" // STM32F4 env:FLY_D8
852
-
852
+
853
853
//
854
854
// Other ARM Cortex-M4
855
855
//
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Marlin 3D Printer Firmware
3
- * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
3
+ * Copyright (c) 2024 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
4
*
5
5
* Based on Sprinter and grbl.
6
6
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
77
77
//
78
78
// Z Probe (when not Z_MIN_PIN)
79
79
//
80
- #define Z_MIN_PROBE_PIN PC0
80
+ #define Z_MIN_PROBE_PIN PC0
81
81
82
82
//
83
83
// Steppers
158
158
159
159
160
160
161
- #define FAN0_PIN PA0
161
+ #define FAN0_PIN PA0
162
162
#define FAN1_PIN PA1
163
163
#define FAN2_PIN PA2
164
164
#define FAN3_PIN PC6
216
216
// Trinamic SPI
217
217
//
218
218
#ifndef TMC_SPI_SCK
219
- #define TMC_SPI_SCK PB3
219
+ #define TMC_SPI_SCK PB3
220
220
#endif
221
221
#ifndef TMC_SPI_MISO
222
- #define TMC_SPI_MISO PB4
222
+ #define TMC_SPI_MISO PB4
223
223
#endif
224
224
#ifndef TMC_SPI_MOSI
225
- #define TMC_SPI_MOSI PB5
225
+ #define TMC_SPI_MOSI PB5
226
226
#endif
227
227
228
228
//
329
329
#define BOARD_ST7920_DELAY_1 96
330
330
#define BOARD_ST7920_DELAY_2 48
331
331
#define BOARD_ST7920_DELAY_3 715
332
- #endif
332
+ #endif
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Marlin 3D Printer Firmware
3
- * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
3
+ * Copyright (c) 2024 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
4
*
5
5
* Based on Sprinter and grbl.
6
6
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
67
67
#define Z_MIN_PIN PD7
68
68
#define Z_MAX_PIN PD6
69
69
70
- #define IO6 PA8
71
- #define IN7 PF8
70
+ #define IO6 PA8
71
+ #define IN7 PF8
72
72
73
73
//
74
74
// Z Probe (when not Z_MIN_PIN)
88
88
89
89
#define Y_STEP_PIN PE3
90
90
#define Y_DIR_PIN PF13
91
- #define Y_ENABLE_PIN PF14
91
+ #define Y_ENABLE_PIN PF14
92
92
#ifndef Y_CS_PIN
93
93
#define Y_CS_PIN PF12
94
94
#endif
135
135
#define E4_CS_PIN PG5
136
136
#endif
137
137
138
-
139
138
//
140
139
// Temperature Sensors
141
140
//
210
209
211
210
#define ONBOARD_SDIO // Use SDIO for onboard SD
212
211
213
-
214
212
#elif SD_CONNECTION_IS (LCD )
215
213
216
214
#define SD_SCK_PIN EXP2_02_PIN
225
223
// Trinamic SPI
226
224
//
227
225
#ifndef TMC_SPI_SCK
228
- #define TMC_SPI_SCK PB3
226
+ #define TMC_SPI_SCK PB3
229
227
#endif
230
228
#ifndef TMC_SPI_MISO
231
- #define TMC_SPI_MISO PB4
229
+ #define TMC_SPI_MISO PB4
232
230
#endif
233
231
#ifndef TMC_SPI_MOSI
234
- #define TMC_SPI_MOSI PB5
232
+ #define TMC_SPI_MOSI PB5
235
233
#endif
236
234
237
235
//
247
245
#define E2_SERIAL_TX_PIN PF1
248
246
#define E3_SERIAL_TX_PIN PG2
249
247
#define E4_SERIAL_TX_PIN PG5
250
-
251
248
#endif
252
249
253
250
//
You can’t perform that action at this time.
0 commit comments