-
-
Notifications
You must be signed in to change notification settings - Fork 391
Fixes for March 2024 #1182
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
Fixes for March 2024 #1182
Conversation
* Arbitrary rectangular NxM mesh leveling density (AML2.0) * Mesh size and mesh density are also saved in UBL slots (AML2.0) * Adds Custom g-code C29 M for maximize and C29 C for center mesh area (AML2.0) * Larger font for numeric values in bed tramming wizard * Run-out icon blink is disabled if run-out sensor is disabled * Mesh viewer is now able to show a mesh with NAN points * Disables UBL_SAVE_ACTIVE_ON_M500 and ZOFFSET_SAVE_SETTINGS for AML2.0 compatibility * Define PREHEAT_TIME_HOTEND_MS 7500 for compatibility with high temperature thermistors **New in source code:** * ProUI extension support for Monochrome LCD displays (CR10 Type, TFT MarlinUI, etc) * ProUI extension support for MarlinUI touch screens * C104 support can be removed for better special temperature sensor compatibility * Allows to use bed tramming wizard without a leveling system * Bed tramming wizard can be disabled for reduce program memory size * Allows compile without a bed probe or leveling system * Fix sound on encoder tick when SPEAKER is enabled * Fix sound alarm on thermal runaway when SPEAKER is enabled * Increased board support (Octopus Pro) * Moved some text strings to language files for better translation * New menu system with better memory allocation * Code optimization to reduce program memory size **From Marlin Bugfix** * Automatic minimum planner junction speed (#26198) * Nonlinear Extrusion Control (M592) (#26127) * More precision in G30 output (#26255) * Allow arbitrary BLOCK_BUFFER_SIZE * Fixes for G2/G3 arcs (#26170) * Reversible file alpha sorting (#26130) * And many other Bug fixes and improvements from the Marlin bugfix branch Demo firmwares are restricted to a print time of one hour.
… TJC displays Changes BED/Hotend PID to PID Autotune in PID menus
… disabled with HAS_CUSTOM_COLORS_MENU enabled.
…r3V2S1 into Ender3V2S1-Released-Fixes-Dec
Renames LCD_PINS_ENABLE to LCD_PINS_EN
Renames firmware-{date}-{time}.bin for SKR Changes Prusa/Superslicer script to allow to use JPG thumbnail format
…r3V2S1 into Ender3V2S1-Released-Fixes-Dec
…r3V2S1 into Ender3V2S1-Released-Fixes-Dec
2a6ca3a
to
c720172
Compare
90bc1c4
to
81cb03a
Compare
NOTE: This PR could break the PROUI_EX's functionality in G-code preview and Mesh viewer Pro. |
I do not see an issue with either. what specifically would cause that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mriscoc please check out for review. this PR is needed
Sorry but this PR has too much changes, I prefer to manage atomic changes, only a few lines and directly related to an issue. |
it really isnt that many when you look at it. plus it addresses needed changes which cant be done single one by one, it has to be done all at once. most of these changes are typo related |
Description
Updated for Newest in 2024
this code gives error
void applyHomeOffset() { set_home_offset(hmiValue.select, menuData.value / MINUNITMULT); }
added
(AxisEnum)hmiValue.select
Requirements
Benefits
Configurations
Related Issues
OPTIMIZED_MESH_STORAGE
appears to be required for UBL, there should be a warning.