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
 #
9
 #
10
 # Build with configs included in the PR
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
 opt_enable MARLIN_DEV_MODE BUFFER_MONITORING BLTOUCH AUTO_BED_LEVELING_BILINEAR Z_SAFE_HOMING
13
 opt_enable MARLIN_DEV_MODE BUFFER_MONITORING BLTOUCH AUTO_BED_LEVELING_BILINEAR Z_SAFE_HOMING
14
 exec_test $1 $2 "Ender 3 v2 with CrealityUI" "$3"
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
 opt_disable DWIN_CREALITY_LCD
17
 opt_disable DWIN_CREALITY_LCD
18
 opt_enable DWIN_CREALITY_LCD_ENHANCED BLTOUCH AUTO_BED_LEVELING_UBL Z_SAFE_HOMING
18
 opt_enable DWIN_CREALITY_LCD_ENHANCED BLTOUCH AUTO_BED_LEVELING_UBL Z_SAFE_HOMING
19
 exec_test $1 $2 "Ender 3 v2 with Enhanced UI" "$3"
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
 opt_disable DWIN_CREALITY_LCD
22
 opt_disable DWIN_CREALITY_LCD
23
 opt_enable DWIN_CREALITY_LCD_JYERSUI AUTO_BED_LEVELING_BILINEAR PROBE_MANUALLY
23
 opt_enable DWIN_CREALITY_LCD_JYERSUI AUTO_BED_LEVELING_BILINEAR PROBE_MANUALLY
24
 exec_test $1 $2 "Ender 3 v2 with JyersUI" "$3"
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
 opt_add SDCARD_EEPROM_EMULATION AUTO_BED_LEVELING_BILINEAR Z_SAFE_HOMING
27
 opt_add SDCARD_EEPROM_EMULATION AUTO_BED_LEVELING_BILINEAR Z_SAFE_HOMING
28
 exec_test $1 $2 "Ender 3 v2 with MarlinUI" "$3"
28
 exec_test $1 $2 "Ender 3 v2 with MarlinUI" "$3"
29
 
29
 

Loading…
Cancel
Save