mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-07 05:53:56 -06:00
Local testing via Makefile & Docker (#19981)
This commit is contained in:
parent
26ac992242
commit
1cceae89cd
59 changed files with 418 additions and 226 deletions
|
@ -15,7 +15,7 @@ opt_enable WIFISUPPORT WEBSUPPORT GCODE_MACROS BAUD_RATE_GCODE M115_GEOMETRY_REP
|
|||
opt_add WIFI_SSID "\"ssid\""
|
||||
opt_add WIFI_PWD "\"password\""
|
||||
opt_set TX_BUFFER_SIZE 64
|
||||
exec_test $1 $2 "ESP32 with WIFISUPPORT and WEBSUPPORT"
|
||||
exec_test $1 $2 "ESP32 with WIFISUPPORT and WEBSUPPORT" "$3"
|
||||
|
||||
#
|
||||
# Build with TMC drivers using hardware serial
|
||||
|
@ -35,7 +35,7 @@ opt_set Y_SLAVE_ADDRESS 1
|
|||
opt_set Z_SLAVE_ADDRESS 2
|
||||
opt_set E0_SLAVE_ADDRESS 3
|
||||
opt_enable HOTEND_IDLE_TIMEOUT
|
||||
exec_test $1 $2 "ESP32, TMC HW Serial, Hotend Idle"
|
||||
exec_test $1 $2 "ESP32, TMC HW Serial, Hotend Idle" "$3"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue