Skip to content

Commit

Permalink
Update - 2025-January
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Jan 3, 2025
1 parent 8c3c849 commit 31023f2
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-December
- name: Check out 2025-January
uses: actions/[email protected]
with:
ref: 2024-December
ref: 2025-January

- name: Bump Date (2024-December)
- name: Bump Date (2025-January)
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-December
- 2025-January
paths-ignore:
- configurations/**
- display assets/**
Expand All @@ -22,7 +22,7 @@ on:
- '**/*.md'
push:
branches:
- 2024-December
- 2025-January
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-December
- 2025-January
paths-ignore:
- configurations/**
- display assets/**
Expand All @@ -22,7 +22,7 @@ on:
- '**/*.md'
push:
branches:
- 2024-December
- 2025-January
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-December
- 2025-January
#- bugfix-2.1.x
paths:
- 'Marlin/src/core/boards.h'
push:
branches:
- 2024-December
- 2025-January
#- 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-December
- 2025-January
# Cannot be enabled on 2.1.x until it contains the unit test framework
#- 2.1.x
paths:
- 'Marlin/src/pins/*/**'
push:
branches:
- 2024-December
- 2025-January
# 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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 @@ -29,7 +29,7 @@

### - Please read this: -
> [!NOTE]
Many Updates have been included in the most recent MRiscoCProUI for the **2024-December** release.
Many Updates have been included in the most recent MRiscoCProUI for the **2025-January** 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 @@ -50,7 +50,7 @@ build_all_examples [-a|--archive] - Copy the binary to the export locati
}

# Assume the most recent configs
BRANCH="2024-December"
BRANCH="2025-January"
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-December ;;
* ) BRANCH=2025-January ;;

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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

/**
* 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-12"
#define SHORT_BUILD_VERSION "2.1.3g-1"

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

0 comments on commit 31023f2

Please sign in to comment.