File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments