Skip to content

Commit 9999940

Browse files
Update - adjust compile-configs naming
1 parent 7769eae commit 9999940

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/compile-configs_C2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cp configurations/Voxelab\ Aquila/MM/Configuration_adv.h Marlin/Configuration_adv.h
6565
cp configurations/Voxelab\ Aquila/MM/Version.h Marlin/Version.h
6666
fi;
67-
echo "filename=C2-N32${STMP}${TTMP}_${ABL}${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
67+
echo "filename=C2_N32${STMP}${TTMP}_${ABL}${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
6868
sed -i "s/default_envs =.*/default_envs = N32F103RC_voxelab_maple/" platformio.ini
6969
sed -i "s/.*#define REVERSE_ENCODER_DIRECTION/\/\/#define REVERSE_ENCODER_DIRECTION/" Marlin/Configuration.h
7070
sed -i "s/.*#define DWIN_LCD_PROUI/\/\/#define DWIN_LCD_PROUI/" Marlin/Configuration.h
@@ -157,7 +157,7 @@ jobs:
157157
cp configurations/Voxelab\ Aquila\ HC32/C2/MM/Configuration_adv.h Marlin/Configuration_adv.h
158158
cp configurations/Voxelab\ Aquila\ HC32/C2/MM/Version.h Marlin/Version.h
159159
fi;
160-
echo "filename=C2-HC32${STMP}${TTMP}_${ABL}${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
160+
echo "filename=C2_HC32${STMP}${TTMP}_${ABL}${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
161161
sed -i "s/default_envs =.*/default_envs = HC32F460C_aquila_101/" platformio.ini
162162
if ($IS); then STEMP=; else STEMP='\/\/'; fi;
163163
sed -i "s/.*#define INPUT_SHAPING_X/${STEMP}#define INPUT_SHAPING_X/" Marlin/Configuration_adv.h

.github/workflows/compile-configs_ender3.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
208208
if ($T13); then TTMP=_SPRT13; else TTMP=; fi;
209209
if ($BMP); then MPTMP=_BMP; else MPTMP=; fi;
210-
echo "filename=${DTMP}Ender${TTMP}${MPTMP}_GD32_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
210+
echo "filename=${DTMP}Ender_GD32${TTMP}${MPTMP}_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
211211
> Marlin/Configuration.h
212212
> Marlin/Configuration_adv.h
213213
> Marlin/Version.h
@@ -298,7 +298,7 @@ jobs:
298298
if ($IS); then ISTMP=-IS; else ISTMP=; fi;
299299
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
300300
if ($BMP); then MPTMP=_BMP; else MPTMP=; fi;
301-
echo "filename=${DTMP}Ender_SPDY5${MPTMP}_GD32_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
301+
echo "filename=${DTMP}Ender_GD32_SPDY5${MPTMP}_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
302302
> Marlin/Configuration.h
303303
> Marlin/Configuration_adv.h
304304
> Marlin/Version.h
@@ -559,7 +559,7 @@ jobs:
559559
if ($IS); then ISTMP=-IS; else ISTMP=; fi;
560560
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
561561
if ($BMP); then MPTMP=_BMP; else MPTMP=; fi;
562-
echo "filename=${DTMP}Ender${MPTMP}_GD32_BLT-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
562+
echo "filename=${DTMP}Ender_GD32${MPTMP}_BLT-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
563563
> Marlin/Configuration.h
564564
> Marlin/Configuration_adv.h
565565
> Marlin/Version.h
@@ -642,11 +642,11 @@ jobs:
642642
- name: Run PlatformIO
643643
id: build_configs
644644
run: |
645-
if [ "$ENDER_VER" = 427 ]; then EVTMP="427"; DBORD='CREALITY_V427'; else EVTMP="422"; DBORD='CREALITY_V422'; fi;
645+
if [ "$ENDER_VER" = 427 ]; then EVTMP="_427"; DBORD='CREALITY_V427'; else EVTMP="_422"; DBORD='CREALITY_V422'; fi;
646646
if ($TP); then TPTMP=-MPC; else TPTMP=; fi;
647647
if ($IS); then ISTMP=-IS; else ISTMP=; fi;
648648
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
649-
echo "filename=${DTMP}Ender_${EVTMP}_Default${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
649+
echo "filename=${DTMP}Ender${EVTMP}_Default${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
650650
> Marlin/Configuration.h
651651
> Marlin/Configuration_adv.h
652652
> Marlin/Version.h
@@ -723,11 +723,11 @@ jobs:
723723
- name: Run PlatformIO
724724
id: build_configs
725725
run: |
726-
if [ "$ENDER_VER" = 427 ]; then EVTMP="427"; DBORD='CREALITY_V427'; else EVTMP="422"; DBORD='CREALITY_V422'; fi;
726+
if [ "$ENDER_VER" = 427 ]; then EVTMP="_427"; DBORD='CREALITY_V427'; else EVTMP="_422"; DBORD='CREALITY_V422'; fi;
727727
if ($TP); then TPTMP=-MPC; else TPTMP=; fi;
728728
if ($IS); then ISTMP=-IS; else ISTMP=; fi;
729729
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
730-
echo "filename=${DTMP}Ender_${EVTMP}_MM-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
730+
echo "filename=${DTMP}Ender${EVTMP}_MM-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
731731
> Marlin/Configuration.h
732732
> Marlin/Configuration_adv.h
733733
> Marlin/Version.h
@@ -806,13 +806,13 @@ jobs:
806806
- name: Run PlatformIO
807807
id: build_configs
808808
run: |
809-
if [ "$ENDER_VER" = 427 ]; then EVTMP="427"; DBORD='CREALITY_V427'; else EVTMP="422"; DBORD='CREALITY_V422'; fi;
809+
if [ "$ENDER_VER" = 427 ]; then EVTMP="_427"; DBORD='CREALITY_V427'; else EVTMP="_422"; DBORD='CREALITY_V422'; fi;
810810
if ($TP); then TPTMP=-MPC; else TPTMP=; fi;
811811
if ($IS); then ISTMP=-IS; else ISTMP=; fi;
812812
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
813813
if ($T13); then TTMP=_SPRT13; else TTMP=; fi;
814814
if ($BMP); then MPTMP=_BMP; else MPTMP=; fi;
815-
echo "filename=${DTMP}Ender${TTMP}${MPTMP}_${EVTMP}_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
815+
echo "filename=${DTMP}Ender${EVTMP}${TTMP}${MPTMP}_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
816816
> Marlin/Configuration.h
817817
> Marlin/Configuration_adv.h
818818
> Marlin/Version.h
@@ -902,12 +902,12 @@ jobs:
902902
- name: Run PlatformIO
903903
id: build_configs
904904
run: |
905-
if [ "$ENDER_VER" = 427 ]; then EVTMP="427"; DBORD='CREALITY_V427'; else EVTMP="422"; DBORD='CREALITY_V422'; fi;
905+
if [ "$ENDER_VER" = 427 ]; then EVTMP="_427"; DBORD='CREALITY_V427'; else EVTMP="_422"; DBORD='CREALITY_V422'; fi;
906906
if ($TP); then TPTMP=-MPC; else TPTMP=; fi;
907907
if ($IS); then ISTMP=-IS; else ISTMP=; fi;
908908
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
909909
if ($BMP); then MPTMP=_BMP; else MPTMP=; fi;
910-
echo "filename=${DTMP}Ender_SPDY5${MPTMP}_${EVTMP}_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
910+
echo "filename=${DTMP}Ender${EVTMP}_SPDY5${MPTMP}_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
911911
> Marlin/Configuration.h
912912
> Marlin/Configuration_adv.h
913913
> Marlin/Version.h
@@ -994,12 +994,12 @@ jobs:
994994
- name: Run PlatformIO
995995
id: build_configs
996996
run: |
997-
if [ "$ENDER_VER" = 427 ]; then EVTMP="427"; DBORD='CREALITY_V427'; else EVTMP="422"; DBORD='CREALITY_V422'; fi;
997+
if [ "$ENDER_VER" = 427 ]; then EVTMP="_427"; DBORD='CREALITY_V427'; else EVTMP="_422"; DBORD='CREALITY_V422'; fi;
998998
if ($TP); then TPTMP=-MPC; else TPTMP=; fi;
999999
if ($IS); then ISTMP=-IS; else ISTMP=; fi;
10001000
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
10011001
if ($BMP); then MPTMP=_BMP; else MPTMP=; fi;
1002-
echo "filename=${DTMP}Ender_${EVTMP}_BLT-ProUI-EX${ISTMP}${TPTMP}${MPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
1002+
echo "filename=${DTMP}Ender${EVTMP}_BLT-ProUI-EX${ISTMP}${TPTMP}${MPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
10031003
> Marlin/Configuration.h
10041004
> Marlin/Configuration_adv.h
10051005
> Marlin/Version.h

0 commit comments

Comments
 (0)