-
-
Notifications
You must be signed in to change notification settings - Fork 391
Merged with Newest Marlin bugfix - Add Input Shaping #474
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
25
commits into
mriscoc:Ender3V2S1-Released
from
classicrocker883:Mriscoc-Fall
Closed
Merged with Newest Marlin bugfix - Add Input Shaping #474
classicrocker883
wants to merge
25
commits into
mriscoc:Ender3V2S1-Released
from
classicrocker883:Mriscoc-Fall
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
016a790
to
8f2d09c
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.
Updated with the newest Marlin as of 10/30 - input_shaping included
added some features like the option Clear or Zero Bed Mesh Values.
added a confirm or cancel popup to reset print stats / print count
PID plot graph made bigger, and in lines in 30 sec increments.
added Voxelab Aquila N32 support. works for G32 as well (except for ProUIex and UBL - bltouch will not still work)
Input shaping was added. Working on getting a submenu for LCD.
Encoder values were changed, I think they are at the correct values.
Multiple Probing can be defined as 1 - which = probing 2x in the end
Gcode preview does not need ProUIex enabled to work.
there are many changes and fixes look over anything for implementation for source code.