Skip to content

Commit 7769eae

Browse files
Update - 2025-July
1 parent 2b50332 commit 7769eae

File tree

37 files changed

+46
-46
lines changed

37 files changed

+46
-46
lines changed

.github/workflows/bump-date.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818

1919
steps:
2020

21-
- name: Check out 2025-June
21+
- name: Check out 2025-July
2222
uses: actions/checkout@v4.2.2
2323
with:
24-
ref: 2025-June
24+
ref: 2025-July
2525

26-
- name: Bump Date (2025-June)
26+
- name: Bump Date (2025-July)
2727
run: |
2828
if [[ ! "$( git log -1 --pretty=%B )" =~ ^\[cron\] ]]; then
2929
shopt -s globstar && \

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
bad_target:
1414
name: Bad PR Target
15-
if: github.repository == 'classicrocker883/MRiscoCProUI' && github.event.pull_request.base.ref != '2025-June'
15+
if: github.repository == 'classicrocker883/MRiscoCProUI' && github.event.pull_request.base.ref != '2025-July'
1616

1717
runs-on: ubuntu-latest
1818

.github/workflows/ci-build-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: CI - Build Tests
88
on:
99
pull_request:
1010
branches:
11-
- 2025-June
11+
- 2025-July
1212
paths-ignore:
1313
- configurations/**
1414
- display assets/**
@@ -22,7 +22,7 @@ on:
2222
- '**/*.md'
2323
push:
2424
branches:
25-
- 2025-June
25+
- 2025-July
2626
paths-ignore:
2727
- configurations/**
2828
- display assets/**

.github/workflows/ci-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: CI - Unit Tests
88
on:
99
pull_request:
1010
branches:
11-
- 2025-June
11+
- 2025-July
1212
paths-ignore:
1313
- configurations/**
1414
- display assets/**
@@ -22,7 +22,7 @@ on:
2222
- '**/*.md'
2323
push:
2424
branches:
25-
- 2025-June
25+
- 2025-July
2626
paths-ignore:
2727
- configurations/**
2828
- display assets/**

.github/workflows/ci-validate-boards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ name: CI - Validate boards.h
99
on:
1010
pull_request:
1111
branches:
12-
- 2025-June
12+
- 2025-July
1313
#- bugfix-2.1.x
1414
paths:
1515
- 'Marlin/src/core/boards.h'
1616
push:
1717
branches:
18-
- 2025-June
18+
- 2025-July
1919
#- bugfix-2.1.x
2020
paths:
2121
- 'Marlin/src/core/boards.h'

.github/workflows/ci-validate-pins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ name: CI - Validate Pins Files
88
on:
99
pull_request:
1010
branches:
11-
- 2025-June
11+
- 2025-July
1212
# Cannot be enabled on 2.1.x until it contains the unit test framework
1313
#- 2.1.x
1414
paths:
1515
- 'Marlin/src/pins/*/**'
1616
push:
1717
branches:
18-
- 2025-June
18+
- 2025-July
1919
# Cannot be enabled on 2.1.x until it contains the unit test framework
2020
#- 2.1.x
2121
paths:

.github/workflows/compile-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ on:
88
jobs:
99
build-ender3:
1010
if: contains(github.event.release.tag_name, 'ender3')
11-
uses: classicrocker883/MRiscoCProUI/.github/workflows/compile-configs_ender3.yml@2025-June
11+
uses: classicrocker883/MRiscoCProUI/.github/workflows/compile-configs_ender3.yml@2025-July
1212
with:
1313
target: ender3
1414

1515
build-hc32:
1616
if: contains(github.event.release.tag_name, 'HC32')
17-
uses: classicrocker883/MRiscoCProUI/.github/workflows/compile-configs_HC32.yml@2025-June
17+
uses: classicrocker883/MRiscoCProUI/.github/workflows/compile-configs_HC32.yml@2025-July
1818
with:
1919
target: HC32
2020

2121
build-c2:
2222
if: contains(github.event.release.tag_name, 'C2')
23-
uses: classicrocker883/MRiscoCProUI/.github/workflows/compile-configs_C2.yml@2025-June
23+
uses: classicrocker883/MRiscoCProUI/.github/workflows/compile-configs_C2.yml@2025-July
2424
with:
2525
target: C2
2626

2727
build-aquila:
2828
if: ${{ !contains(github.event.release.tag_name, 'ender3') && !contains(github.event.release.tag_name, 'HC32') && !contains(github.event.release.tag_name, 'C2')}}
29-
uses: classicrocker883/MRiscoCProUI/.github/workflows/compile-configs.yml@2025-June
29+
uses: classicrocker883/MRiscoCProUI/.github/workflows/compile-configs.yml@2025-July
3030
with:
3131
target: aquila

Marlin/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Marlin release version identifier
3030
*/
31-
#define SHORT_BUILD_VERSION "2.1.3g-6"
31+
#define SHORT_BUILD_VERSION "2.1.3g-7"
3232

3333
/**
3434
* Verbose version identifier which should contain a reference to the location

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ G32, N32, H32, Creality 4.2.7 and 4.2.2 boards <br>
4040
> **Please read the following:**
4141
4242
> [!NOTE]
43-
Many Updates have been included in the most recent MRiscoCProUI for the **2025-June** release.
43+
Many Updates have been included in the most recent MRiscoCProUI for the **2025-July** release.
4444
This release has many changes to the **UI**.
4545
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.
4646
>

buildroot/bin/build_all_examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build_all_examples [-a|--archive] - Copy the binary to the export locati
5050
}
5151

5252
# Assume the most recent configs
53-
BRANCH="2025-June"
53+
BRANCH="2025-July"
5454
unset FIRST_CONF
5555
EXIT_USAGE=
5656
LIMIT=1000

0 commit comments

Comments
 (0)