Browse Source

💚 Update Ender-3 V2 config path

MarlinFirmware/Configurations#600
Scott Lahteine 2 years ago
parent
commit
4dd1f09286
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      buildroot/tests/STM32F103RET6_creality

+ 4
- 4
buildroot/tests/STM32F103RET6_creality View File

@@ -9,21 +9,21 @@ set -e
9 9
 #
10 10
 # Build with configs included in the PR
11 11
 #
12
-use_example_configs "Creality/Ender-3 V2/CrealityUI"
12
+use_example_configs "Creality/Ender-3 V2/CrealityV422/CrealityUI"
13 13
 opt_enable MARLIN_DEV_MODE BUFFER_MONITORING BLTOUCH AUTO_BED_LEVELING_BILINEAR Z_SAFE_HOMING
14 14
 exec_test $1 $2 "Ender 3 v2 with CrealityUI" "$3"
15 15
 
16
-use_example_configs "Creality/Ender-3 V2/CrealityUI"
16
+use_example_configs "Creality/Ender-3 V2/CrealityV422/CrealityUI"
17 17
 opt_disable DWIN_CREALITY_LCD
18 18
 opt_enable DWIN_CREALITY_LCD_ENHANCED BLTOUCH AUTO_BED_LEVELING_UBL Z_SAFE_HOMING
19 19
 exec_test $1 $2 "Ender 3 v2 with Enhanced UI" "$3"
20 20
 
21
-use_example_configs "Creality/Ender-3 V2/CrealityUI"
21
+use_example_configs "Creality/Ender-3 V2/CrealityV422/CrealityUI"
22 22
 opt_disable DWIN_CREALITY_LCD
23 23
 opt_enable DWIN_CREALITY_LCD_JYERSUI AUTO_BED_LEVELING_BILINEAR PROBE_MANUALLY
24 24
 exec_test $1 $2 "Ender 3 v2 with JyersUI" "$3"
25 25
 
26
-use_example_configs "Creality/Ender-3 V2/MarlinUI"
26
+use_example_configs "Creality/Ender-3 V2/CrealityV422/MarlinUI"
27 27
 opt_add SDCARD_EEPROM_EMULATION AUTO_BED_LEVELING_BILINEAR Z_SAFE_HOMING
28 28
 exec_test $1 $2 "Ender 3 v2 with MarlinUI" "$3"
29 29
 

Loading…
Cancel
Save