-
-
Notifications
You must be signed in to change notification settings - Fork 391
2023 feb merge with Marlin updates #755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
classicrocker883
wants to merge
55
commits into
mriscoc:Ender3V2S1-Released
from
classicrocker883:2023-Feb
Closed
2023 feb merge with Marlin updates #755
classicrocker883
wants to merge
55
commits into
mriscoc:Ender3V2S1-Released
from
classicrocker883:2023-Feb
Conversation
This file contains hidden or 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
- 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
There is a version soon to be released, it is currently under test in the Telegram group. This version will implement the Marlin bugfix changes. |
c4afac9
to
398d931
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I just compared files with the newest Marlin as of 2/23/2023, and merged them with your repo to the best of my ability. I used Meld software to compare folders and files and I went through line-by-line and adjusting code while merging files.
This is just a preliminary start, I was able to get a successful compilation so far. If you'd like to look it over and see which may need work. But this is so it will be easier in the future when implementing Marlin firmware updates with your Professional UI. it will be easy to merge branches.