Fix STM32 + SoftwareSerial compile (#17831)
This commit is contained in:
parent
52f3f3b5ab
commit
208af8cb15
6 changed files with 23 additions and 15 deletions
|
|
@ -12,7 +12,9 @@ set -e
|
|||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_BTT_BTT002_V1_0
|
||||
opt_set SERIAL_PORT 1
|
||||
exec_test $1 $2 "BigTreeTech BTT002 Default Configuration"
|
||||
opt_set X_DRIVER_TYPE TMC2209
|
||||
opt_set Y_DRIVER_TYPE TMC2130
|
||||
exec_test $1 $2 "BigTreeTech BTT002 Default Configuration plus TMC steppers"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
|
|
|
|||
|
|
@ -23,7 +23,9 @@ opt_set TEMP_SENSOR_2 1
|
|||
opt_set E0_AUTO_FAN_PIN PC10
|
||||
opt_set E1_AUTO_FAN_PIN PC11
|
||||
opt_set E2_AUTO_FAN_PIN PC12
|
||||
exec_test $1 $2 "BigTreeTech SKR Pro 3 Extruders with Auto-Fan"
|
||||
opt_set X_DRIVER_TYPE TMC2209
|
||||
opt_set Y_DRIVER_TYPE TMC2130
|
||||
exec_test $1 $2 "BigTreeTech SKR Pro 3 Extruders with Auto-Fan and mixed TMC drivers"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue