mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
💚 Update STM32F103RET6_creality test path
This commit is contained in:
parent
d586340655
commit
510f8d3e0c
1 changed files with 2 additions and 2 deletions
|
@ -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 BUFFER_MONITORING
|
||||
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…
Reference in a new issue