Skip to content

Commit

Permalink
Update - 2024-September
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Sep 15, 2024
1 parent 959881a commit c5367e8
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:

- name: Check out 2024-August
- name: Check out 2024-September
uses: actions/checkout@v4
with:
ref: 2024-August
ref: 2024-September

- name: Bump Date (2024-August)
- name: Bump Date (2024-September)
run: |
if [[ ! "$( git log -1 --pretty=%B )" =~ ^\[cron\] ]]; then
shopt -s globstar && \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: CI - Build Tests
on:
pull_request:
branches:
- 2024-August
- 2024-September
paths-ignore:
- configurations/**
- display assets/**
Expand All @@ -22,7 +22,7 @@ on:
- '**/*.md'
push:
branches:
- 2024-August
- 2024-September
paths-ignore:
- configurations/**
- display assets/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: CI - Unit Tests
on:
pull_request:
branches:
- 2024-August
- 2024-September
paths-ignore:
- configurations/**
- display assets/**
Expand All @@ -22,7 +22,7 @@ on:
- '**/*.md'
push:
branches:
- 2024-August
- 2024-September
paths-ignore:
- configurations/**
- display assets/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-validate-boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ name: CI - Validate boards.h
on:
pull_request:
branches:
- 2024-August
- 2024-September
#- bugfix-2.1.x
paths:
- 'Marlin/src/core/boards.h'
push:
branches:
- 2024-August
- 2024-September
#- bugfix-2.1.x
paths:
- 'Marlin/src/core/boards.h'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-validate-pins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ name: CI - Validate Pins Files
on:
pull_request:
branches:
- 2024-August
- 2024-September
# Cannot be enabled on 2.1.x until it contains the unit test framework
#- 2.1.x
paths:
- 'Marlin/src/pins/*/**'
push:
branches:
- 2024-August
- 2024-September
# Cannot be enabled on 2.1.x until it contains the unit test framework
#- 2.1.x
paths:
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

### - Please read this: -
> [!NOTE]
Many Updates have been included in the most recent MRiscoCProUI for the **2024-August** release.
Many Updates have been included in the most recent MRiscoCProUI for the **2024-September** release.
This release has many changes to the **UI**.
New ICON's have been added, and old ones enhanced. Whoever edited them before saved directly as .*JPG* which in many editors lowers the quality of the image. I painstakingly remastered almost every single one; preserving the original quality.
>
Expand Down
2 changes: 1 addition & 1 deletion buildroot/bin/build_all_examples
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build_all_examples [-b|--branch=<branch>] - Branch to fetch from Configurations
}

# Assume the most recent configs
BRANCH="2024-August"
BRANCH="2024-September"
unset FIRST_CONF
EXIT_USAGE=
LIMIT=1000
Expand Down
2 changes: 1 addition & 1 deletion buildroot/bin/use_example_configs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ which wget >/dev/null && TOOL='wget -q -O wgot'
CURR=$(git branch 2>/dev/null | grep ^* | sed 's/\* //g')
case "$CURR" in
2024-* ) BRANCH=$CURR ;;
* ) BRANCH=2024-August ;;
* ) BRANCH=2024-September ;;

esac

Expand Down
2 changes: 1 addition & 1 deletion configurations/BTT_SKR-Mini-E3-V2/MM/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/BTT_SKR-Mini-E3-V2/UBL/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/BTT_SKR-Mini-E3-V3/MM/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/BTT_SKR-Mini-E3-V3/UBL/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Creality Ender/BLT/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Creality Ender/Default/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Creality Ender/E3-Free-runs/MM/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Creality Ender/E3-Free-runs/UBL/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Creality Ender/MM/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Creality Ender/S1/UBL/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Creality Ender/UBL/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila 427/BLT/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila 427/Default/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila 427/MM/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila 427/UBL/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila/BLT/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila/Default/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila/MM/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila/UBL/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion configurations/Voxelab Aquila/X3/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.1.3f-8"
#define SHORT_BUILD_VERSION "2.1.3f-9"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down

0 comments on commit c5367e8

Please sign in to comment.