Skip to content

Commit

Permalink
Update - 2024-June
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Jun 25, 2024
1 parent 33073cd commit f5b22cc
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 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-May
- name: Check out 2024-June
uses: actions/checkout@v4
with:
ref: 2024-May
ref: 2024-June

- name: Bump Date (2024-May)
- name: Bump Date (2024-June)
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-May!
- 2024-June!
paths-ignore:
- config/**
- data/**
Expand All @@ -18,7 +18,7 @@ on:
- '**/*.md'
push:
branches:
- 2024-May!
- 2024-June!
paths-ignore:
- config/**
- data/**
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 @@ -9,7 +9,7 @@ on:
pull_request:
branches:
#- HEAD need to be tested
- 2024-May
- 2024-June
paths-ignore:
- config/**
- data/**
Expand All @@ -18,7 +18,7 @@ on:
push:
branches:
#- HEAD need to be tested
- 2024-May
- 2024-June
paths-ignore:
- config/**
- data/**
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-May
- 2024-June
# Cannot be enabled on 2.1.x until it contains the unit test framework
#- 2.1.x
paths:
- 'Marlin/src/pins/*/**'
push:
branches:
- 2024-May
- 2024-June
# Cannot be enabled on 2.1.x until it contains the unit test framework
#- 2.1.x
paths:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

![CI Status](https://github.com/classicrocker883/MRiscoCProUI/actions/workflows/ci-unit-tests.yml/badge.svg)
![GitHub contributors](https://img.shields.io/github/contributors/classicrocker883/MRiscoCProUI.svg)
![GitHub Release Date](https://img.shields.io/github/release-date/classicrocker883/MRiscoCProUI.svg)
[![Aquila Build](https://github.com/classicrocker883/MRiscoCProUI/actions/workflows/compile-configs.yml/badge.svg?event=release)](https://github.com/classicrocker883/MRiscoCProUI/releases/latest)
![HC32 Build](https://github.com/classicrocker883/MRiscoCProUI/actions/workflows/compile-configs-HC32.yml/badge.svg)
![GitHub Release Date](https://img.shields.io/github/release-date/classicrocker883/MRiscoCProUI.svg)
[![Aquila Build](https://github.com/classicrocker883/MRiscoCProUI/actions/workflows/compile-configs.yml/badge.svg?event=release)](https://github.com/classicrocker883/MRiscoCProUI/releases/latest)
![HC32 Build](https://github.com/classicrocker883/MRiscoCProUI/actions/workflows/compile-configs-HC32.yml/badge.svg)
![Ender Build](https://github.com/classicrocker883/MRiscoCProUI/actions/workflows/compile-configs_Ender.yml/badge.svg)

**Don't forget to checkout the [thingiverse](https://www.thingiverse.com/classicrocker883/designs) models I designed
Expand All @@ -28,7 +28,7 @@

### - Please read this: -
> [!NOTE]
Many Updates have been included in the most recent MRiscoCProUI for the **2024-May** release.
Many Updates have been included in the most recent MRiscoCProUI for the **2024-June** 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 All @@ -47,9 +47,9 @@ New ICON's have been added, and old ones enhanced. Whoever edited them before sa
> HC32 support has recently been added to the [Marlin Firmware](https://github.com/MarlinFirmware/Marlin) repository. Please post any [Issues](https://github.com/MarlinFirmware/Marlin/issues) there first, otherwise if there are any ProUI specific issues or anything else to report please do so under [Issues tab](https://github.com/classicrocker883/MRiscoCProUI/issues) here.
> [!NOTE]
> Previous Issue of it restarting when saving/store settings has been fixed in the more recent ProUI version (October Rev.1).
_HOWEVER_, now there is a current Issue to be addressed:
The screen may **freeze and restart** when the SD card is inserted. This means that everything *so far* seems to work correctly as it should, except for when an **SD card is inserted**, so printing may not be possible *unless* you use USB serial interface to upload the file (through a slicer or something like Pronterface).
> Previous Issue of it restarting when saving/store settings has been fixed in the more recent ProUI version (October Rev.1).
_HOWEVER_, now there is a current Issue to be addressed:
The screen may **freeze and restart** when the SD card is inserted. This means that everything *so far* seems to work correctly as it should, except for when an **SD card is inserted**, so printing may not be possible *unless* you use USB serial interface to upload the file (through a slicer or something like Pronterface).
If this is an inconvenience then you can use an earlier version which can allow the **SD Card** to be used.
<br>

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 @@ -31,7 +31,7 @@ Usage: $SELF [-b|--branch=<branch>] [-d|--debug] [-i|--ini] [-r|--resume=<path>]
}

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

esac

Expand Down

0 comments on commit f5b22cc

Please sign in to comment.