Browse Source

💚 Update STM32F103RET6_creality test path

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
parent
commit
f803d74bc9
  1. 4
      buildroot/tests/STM32F103RET6_creality

4
buildroot/tests/STM32F103RET6_creality

@ -9,11 +9,11 @@ set -e
#
# Build with configs included in the PR
#
use_example_configs "Creality/Ender-3 V2"
use_example_configs "Creality/Ender-3 V2/CrealityUI"
opt_enable MARLIN_DEV_MODE
exec_test $1 $2 "Ender 3 v2" "$3"
use_example_configs "Creality/Ender-3 V2"
use_example_configs "Creality/Ender-3 V2/CrealityUI"
opt_disable CLASSIC_JERK
opt_add SDCARD_EEPROM_EMULATION
opt_set TEMP_SENSOR_BED 0

Loading…
Cancel
Save