Skip to content
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

update goto_edit_screen Initial encoder value data size #25812

Merged
merged 1 commit into from
May 13, 2023

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented May 12, 2023

Description

This fixes issue #23849

If you have a large number of steps/mm (a common example is 1600 for Z)
If you use the advanced menu|edit steps/mm. On the menu screen this shows 1600, but the instant you enter the menu to edit the value, 1600 changes to a much smaller number.

Found that goto_edit_screen ep was being overflowed

Upgraded from uint16_t to uint32_t and the issue is resolved.

Requirements

128x64 LCD
Marlin menu.

Benefits

Steps/mm edit menu works as expected on larger numbers.

Related Issues

#25806
#23849

@thinkyhead thinkyhead merged commit 40aa398 into MarlinFirmware:bugfix-2.1.x May 13, 2023
@ellensp ellensp deleted the fix-issue-23849 branch May 13, 2023 23:50
oponyx pushed a commit to oponyx/Marlin that referenced this pull request May 14, 2023
oponyx pushed a commit to oponyx/Marlin that referenced this pull request May 14, 2023
EvilGremlin pushed a commit to EvilGremlin/Marlin that referenced this pull request May 17, 2023
tspiva pushed a commit to tspiva/Marlin that referenced this pull request May 25, 2023
Andy-Big pushed a commit to Andy-Big/Marlin_FB_Reborn that referenced this pull request Jul 15, 2023
Andy-Big pushed a commit to Andy-Big/Marlin_FB_Reborn that referenced this pull request Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants