mriscoc / Ender3V2S1

This is optimized firmware for Ender3 V2/S1 3D printers.
Other
2.65k stars 360 forks source link

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

Closed classicrocker883 closed 1 year ago

classicrocker883 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Fixed in latest sources.

github-actions[bot] commented 1 year ago

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.