-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] Can't compile for Ender 3 V2 with AUTO_BED_LEVELING_(BI)LINEAR uncommented. #22588
Comments
This PR broke it #22586 |
Well, thank you soo much!! Really appreciate your help! |
Closure was accidental. |
I just ran into this bug as well, any fix? |
No and I guess till the E3V2 cleanup ends we will be having a lot of issues like this... |
We'll see about "a lot." Meanwhile I can quickly patch this as soon as I get back from the grocery store. |
Nice! Accidents always happen and it's not your fault. Having to maintain such a big codebase is rocket science to me and a lot of other people... 😁 Really appreciate your job and looking forward to the end of the cleanup! |
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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
PlatformIO refuses to compile with the following error(s):
Bug Timeline
It started with commit 09af42e (17-08-2021).
Expected behavior
I expected to be able to successfully compile Marlin firmware with the options below (steps to reproduce) enabled.
Actual behavior
Compiling .pio\build\STM32F103RET6_creality\src\src\lcd\e3v2\creality\dwin.cpp.o fails.
Steps to Reproduce
#define BLTOUCH
.#define Z_SAFE_HOMING
.//#define AUTO_BED_LEVELING_3POINT
//#define AUTO_BED_LEVELING_LINEAR
//#define AUTO_BED_LEVELING_BILINEAR
Version of Marlin Firmware
Latest bugfix 2.0.x
Printer model
Creality Ender 3 V2
Electronics
Add-ons
BLTouch, Filament run-out sensor
Bed Leveling
ABL Bilinear mesh
Additional information & file uploads
Configs.zip
I went to line 2429 of dwin.cpp and changed it from
say_probe_offs_en(0, row);
tosay_probe_offs_en(row);
and it did successfully compile.The text was updated successfully, but these errors were encountered: