这是indexloc提供的服务,不要输入任何密码
Skip to content

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

Conversation

classicrocker883
Copy link

@classicrocker883 classicrocker883 commented Dec 20, 2023

Description

Updated for Newest in 2024

  • update spacing
  • arrange PID plot code spacing to be more user friendly
  • fixed some dependencies
  • fixed typos

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.

mriscoc and others added 15 commits December 2, 2023 01:07
* 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.
add AxisEnum to hmiValue.select
optimize feedrate_mm_s
whitespaces
… TJC displays

Changes BED/Hotend PID to PID Autotune in PID menus
… disabled with HAS_CUSTOM_COLORS_MENU enabled.
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
@mriscoc mriscoc force-pushed the Ender3V2S1-Released branch from 2a6ca3a to c720172 Compare January 7, 2024 17:55
@classicrocker883 classicrocker883 force-pushed the Ender3V2S1-Released-Fixes-Dec branch from 90bc1c4 to 81cb03a Compare January 12, 2024 20:41
@mriscoc
Copy link
Owner

mriscoc commented Jan 22, 2024

NOTE: This PR could break the PROUI_EX's functionality in G-code preview and Mesh viewer Pro.

@classicrocker883
Copy link
Author

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?

Copy link
Author

@classicrocker883 classicrocker883 left a 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

@classicrocker883 classicrocker883 changed the title Fixes for December Fixes for March 2024 May 3, 2024
@mriscoc
Copy link
Owner

mriscoc commented May 3, 2024

Sorry but this PR has too much changes, I prefer to manage atomic changes, only a few lines and directly related to an issue.

@github-actions github-actions bot added the Stale label Jul 3, 2024
@github-actions github-actions bot closed this Jul 13, 2024
@classicrocker883
Copy link
Author

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.
each file only had one or two changes, except for maybe a couple files.

most of these changes are typo related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants