-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Professional Firmware - Austral Spring version 20221002
- Shortcut option for turning off the backlight in toolbar - Filament run-out sensor enable/disable in tune menu - Enhanced Host printing support - Better C10 support - Axis value in dash board shows actual position of the axes, including Z leveling - Raise Z to Probe Clearance position before of a Probing Z Reference - New ProUI Info box - Fix #344 - Fix mesh slot load message bug - Enable support for Creality Slicer G-code file with embedded thumbnail for Ender3V2 Neo - Implements a user option for center the menu title by defining TITLE_CENTERED in configuration files - Force drawing of Z-axis value on screen redrawing - Automatically reboot to apply default settings on first boot after flash. - Code optimization From last Marlin bugfix 2.1.x - Emergency Parse M524 (#24761) - Fix inverse_accel redefine - Minor planner optimization (#24737) - UBL G28 leveling fix (#24622) - Fix / refactor shared PID (#24673) - Report M22 / M23 success / fail (#24706) - Constrain UBL within mesh bounds (#24631) - Other general fixes
- Loading branch information
Showing
1,565 changed files
with
1,445,005 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[{*.patch,syntax_test_*}] | ||
trim_trailing_whitespace = false | ||
|
||
[{*.c,*.cpp,*.h,*.ino}] | ||
charset = utf-8 | ||
|
||
[{*.c,*.cpp,*.h,*.ino,Makefile}] | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
end_of_line = lf | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[{*.py}] | ||
indent_style = space | ||
indent_size = 4 | ||
|
||
[{*.conf,*.sublime-project}] | ||
indent_style = tab | ||
indent_size = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Files with Unix line endings | ||
*.c text eol=lf | ||
*.cpp text eol=lf | ||
*.h text eol=lf | ||
*.ino text eol=lf | ||
*.py text eol=lf | ||
*.sh text eol=lf | ||
*.scad text eol=lf | ||
|
||
# Files with native line endings | ||
# *.sln text | ||
|
||
# Binary files | ||
*.png binary | ||
*.jpg binary | ||
*.fon binary | ||
*.bin binary | ||
*.woff binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 📖 Professional Firmware Documentation | ||
url: https://github.com/mriscoc/Ender3V2S1/wiki | ||
about: Lots of documentation about firmware settings and features. | ||
- name: 📖 Marlin Documentation | ||
url: https://marlinfw.org/ | ||
about: Lots of documentation on installing and using Marlin. | ||
- name: 👤 Professional Firmware Facebook group | ||
url: https://www.facebook.com/groups/513889302986197 | ||
about: Please ask and answer questions here. | ||
- name: 💸 Want to donate? | ||
url: https://www.paypal.com/paypalme/mriscoc | ||
about: Your contribution to this project is always welcome! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
### Requirements | ||
<!-- | ||
Submitting a Pull Request | ||
- Please fill out all sections of this form. You can delete the helpful comments. | ||
- Pull Requests without clear information will take longer and may even be rejected. | ||
- We get a high volume of submissions so please be patient during review. | ||
* Filling out this template is required. Pull Requests without a clear description may be closed at the maintainers' discretion. | ||
--> | ||
|
||
### Description | ||
|
||
<!-- | ||
We must be able to understand your proposed change from this description. If we can't understand what the code will do from this description, the Pull Request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code recently, so please walk us through the concepts. | ||
Clearly describe the submitted changes with lots of details. Include images where helpful. Initial reviewers may not be familiar with the subject, so be as thorough as possible. You can use MarkDown syntax to improve readability with bullet lists, code blocks, and so on. PREVIEW and fix up formatting before submitting. | ||
--> | ||
|
||
### Requirements | ||
|
||
<!-- Does this PR require a specific board, LCD, etc.? --> | ||
|
||
### Benefits | ||
|
||
<!-- What does this fix or improve? --> | ||
<!-- What does this PR fix or improve? --> | ||
|
||
### Configurations | ||
|
||
<!-- Attach any Configuration.h, Configuration_adv.h, or platformio.ini files needed to compile/test your Pull Request. --> | ||
<!-- Attach Configurations ZIP and any other files needed to test this PR. --> | ||
|
||
### Related Issues | ||
|
||
<!-- Whether this fixes a bug or fulfills a feature request, please list any related Issues here. --> | ||
<!-- Does this PR fix a bug or fulfill a Feature Request? Link related Issues here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# | ||
# bump-date.yml | ||
# Bump the distribution date once per day | ||
# | ||
|
||
name: Bump Distribution Date | ||
|
||
on: | ||
schedule: | ||
- cron: '0 */6 * * *' | ||
|
||
jobs: | ||
bump_date: | ||
name: Bump Distribution Date | ||
if: github.repository == 'MarlinFirmware/Marlin' | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- name: Check out bugfix-2.1.x | ||
uses: actions/checkout@v2 | ||
with: | ||
ref: bugfix-2.1.x | ||
|
||
- name: Bump Date (bugfix-2.0.x) | ||
run: | | ||
# Inline Bump Script | ||
if [[ ! "$( git log -1 --pretty=%B )" =~ ^\[cron\] ]]; then | ||
DIST=$( date +"%Y-%m-%d" ) | ||
eval "sed -E -i 's/(#define +STRING_DISTRIBUTION_DATE) .*$/\1 \"$DIST\"/g' Marlin/src/inc/Version.h" && \ | ||
eval "sed -E -i 's/(#define +STRING_DISTRIBUTION_DATE) .*$/\1 \"$DIST\"/g' Marlin/Version.h" && \ | ||
git config user.name "${GITHUB_ACTOR}" && \ | ||
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \ | ||
git add . && \ | ||
git commit -m "[cron] Bump distribution date ($DIST)" && \ | ||
git push | ||
fi | ||
exit 0 | ||
- name: Check out bugfix-2.1.x | ||
uses: actions/checkout@v2 | ||
with: | ||
ref: bugfix-2.1.x | ||
|
||
- name: Bump Date (bugfix-2.1.x) | ||
run: | | ||
# Inline Bump Script | ||
if [[ ! "$( git log -1 --pretty=%B )" =~ ^\[cron\] ]]; then | ||
DIST=$( date +"%Y-%m-%d" ) | ||
eval "sed -E -i 's/(#define +STRING_DISTRIBUTION_DATE) .*$/\1 \"$DIST\"/g' Marlin/src/inc/Version.h" && \ | ||
eval "sed -E -i 's/(#define +STRING_DISTRIBUTION_DATE) .*$/\1 \"$DIST\"/g' Marlin/Version.h" && \ | ||
git config user.name "${GITHUB_ACTOR}" && \ | ||
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \ | ||
git add . && \ | ||
git commit -m "[cron] Bump distribution date ($DIST)" && \ | ||
git push | ||
fi | ||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# | ||
# check-pr.yml | ||
# Close PRs directed at release branches | ||
# | ||
|
||
name: PR Bad Target | ||
|
||
on: | ||
pull_request_target: | ||
types: [opened] | ||
branches: | ||
- 1.0.x | ||
- 1.1.x | ||
- 2.0.x | ||
- 2.1.x | ||
|
||
jobs: | ||
bad_target: | ||
name: PR Bad Target | ||
if: github.repository == 'MarlinFirmware/Marlin' | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: superbrothers/close-pull-request@v3 | ||
with: | ||
comment: > | ||
Thanks for your contribution! Unfortunately we can't accept PRs directed at release branches. We make patches to the bugfix branches and only later do we push them out as releases. | ||
Please redo this PR starting with the `bugfix-2.1.x` branch and be careful to target `bugfix-2.1.x` when resubmitting the PR. Patches may also target `bugfix-2.0.x` if they are specifically for 2.0.9.x. | ||
It may help to set your fork's default branch to `bugfix-2.0.x`. | ||
See [this page](https://marlinfw.org/docs/development/getting_started_pull_requests.html) for full instructions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# | ||
# clean-closed.yml | ||
# Remove obsolete labels when an Issue or PR is closed | ||
# | ||
|
||
name: Clean Closed | ||
|
||
on: | ||
pull_request: | ||
types: [closed] | ||
issues: | ||
types: [closed] | ||
|
||
jobs: | ||
remove_label: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
label: | ||
- "S: Don't Merge" | ||
- "S: Hold for 2.1" | ||
- "S: Please Merge" | ||
- "S: Please Test" | ||
- "help wanted" | ||
- "Needs: Discussion" | ||
- "Needs: Documentation" | ||
- "Needs: More Data" | ||
- "Needs: Patch" | ||
- "Needs: Testing" | ||
- "Needs: Work" | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Remove Labels | ||
uses: actions-ecosystem/action-remove-labels@v1 | ||
with: | ||
github_token: ${{ github.token }} | ||
labels: ${{ matrix.label }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# | ||
# close-stale.yml | ||
# Close open issues after a period of inactivity | ||
# | ||
|
||
name: Close Stale Issues | ||
|
||
on: | ||
schedule: | ||
- cron: "22 1 * * *" | ||
|
||
jobs: | ||
stale: | ||
name: Close Stale Issues | ||
if: github.repository == 'MarlinFirmware/Marlin' | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/stale@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
stale-issue-message: 'This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days.' | ||
days-before-stale: 60 | ||
days-before-close: 10 | ||
stale-issue-label: 'stale-closing-soon' | ||
exempt-all-assignees: true | ||
exempt-issue-labels: 'Bug: Confirmed !,T: Feature Request,Needs: More Data,Needs: Discussion,Needs: Documentation,Needs: Patch,Needs: Work,Needs: Testing,help wanted,no-locking' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# lock-closed.yml | ||
# Lock closed issues after a period of inactivity | ||
# | ||
|
||
name: Lock Closed Issues | ||
|
||
on: | ||
schedule: | ||
- cron: '0 1/13 * * *' | ||
|
||
jobs: | ||
lock: | ||
name: Lock Closed Issues | ||
if: github.repository == 'MarlinFirmware/Marlin' | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: dessant/lock-threads@v2 | ||
with: | ||
github-token: ${{ github.token }} | ||
process-only: 'issues' | ||
issue-lock-inactive-days: '60' | ||
issue-exclude-created-before: '' | ||
issue-exclude-labels: 'no-locking' | ||
issue-lock-labels: '' | ||
issue-lock-comment: > | ||
This issue has been automatically locked since there | ||
has not been any recent activity after it was closed. | ||
Please open a new issue for related bugs. | ||
issue-lock-reason: '' |
Oops, something went wrong.