Ender3V2S1 icon indicating copy to clipboard operation
Ender3V2S1 copied to clipboard

Fixes for March 2024

Open classicrocker883 opened this issue 1 year ago • 3 comments

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.

classicrocker883 avatar Dec 20 '23 15:12 classicrocker883

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

mriscoc avatar Jan 22 '24 18:01 mriscoc

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?

classicrocker883 avatar Jan 24 '24 04:01 classicrocker883

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

mriscoc avatar May 03 '24 18:05 mriscoc

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

classicrocker883 avatar Jul 13 '24 08:07 classicrocker883