forked from mriscoc/Ender3V2S1
-
Notifications
You must be signed in to change notification settings - Fork 0
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 mriscoc#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
200 changed files
with
4,192 additions
and
2,390 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
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
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
Oops, something went wrong.