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

[BUG] Extra character in newest release cause error #1013

Closed
classicrocker883 opened this issue Aug 6, 2023 · 3 comments
Closed

[BUG] Extra character in newest release cause error #1013

classicrocker883 opened this issue Aug 6, 2023 · 3 comments

Comments

@classicrocker883
Copy link

classicrocker883 commented Aug 6, 2023

Did you test with a precompiled firmware?

Yes, and the problem still exists.

Bug Description

Marlin\src\lcd\e3v2\proui\dwin.cpp: In function 'void setMoveZto0()':
Marlin\src\lcd\e3v2\proui\dwin.cpp:2153:38: error: expected ';' before ')' token       
 2153 |       set_bed_leveling_enabled(false));
      |                                      ^
      |                                      ;

proui/dwin.cpp line ~2153
set_bed_leveling_enabled(false));

should be
set_bed_leveling_enabled(false);

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Professional Firmware

August 2023 (newest)

Printer model

No response

Electronics

No response

Add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Additional information & file uploads

No response

@mriscoc
Copy link
Owner

mriscoc commented Aug 6, 2023

Thanks.
I do not recommend to have any of these options enabled: RESTORE_LEVELING_AFTER_G28, ENABLE_LEVELING_AFTER_G28
They could cause unexpected results in some calibration procedures.

@mriscoc
Copy link
Owner

mriscoc commented Aug 17, 2023

Fixed in latest sources.

@mriscoc mriscoc closed this as completed Aug 17, 2023
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants