Skip to content

Commit 8dffde2

Browse files
committed
Update pins_FLSUN_HISPEED.h
1 parent c958d14 commit 8dffde2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Marlin/src/pins/stm32f1/pins_FLSUN_HISPEED.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
* #define SERIAL_PORT_2 3
3030
*/
3131

32-
#if NOT_TARGET(__STM32F1__, STM32F1xx)
33-
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
34-
#elif HOTENDS > 1 || E_STEPPERS > 1
32+
//#if NOT_TARGET(__STM32F1__, STM32F1xx)
33+
// #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
34+
//#endif
35+
#if HOTENDS > 1 || E_STEPPERS > 1
3536
#error "FLSUN HiSpeedV1 only supports one hotend / E-stepper. Comment out this line to continue."
3637
#endif
3738

@@ -135,7 +136,7 @@
135136
#define X_SLAVE_ADDRESS 3 // | | :
136137
#define Y_SLAVE_ADDRESS 2 // : | :
137138
#define Z_SLAVE_ADDRESS 1 // | : :
138-
//#define E0_SLAVE_ADDRESS 0 // : : :
139+
#define E0_SLAVE_ADDRESS 0 // : : :
139140

140141
#define X_SERIAL_TX_PIN PA8 // IO0
141142
#define X_SERIAL_RX_PIN X_SERIAL_TX_PIN // IO0

0 commit comments

Comments
 (0)