-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Adding a Controller fan causes compilation error for LPC1769 BOARD_MKS_SGEN_L_V2 #25752
Comments
Hi. Have the same error. Where have you added #define HAS_FAN 1 ? |
broke on PR #25332 |
Added in Configuration.h |
yea issue is with source filtering deciding that M106 code is not needed and filtering it out.. |
This is now patched. Thanks for the report! |
Confirmed, that fixed it, great job! |
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.1.x
code?Yes, and the problem still exists.
Bug Description
After updating to the latest bugfix-2.1.x 2023-04-27 I got compilation errors when enabling USE_CONTROLLER_FAN.
I got the following errors
undefined reference to
GcodeSuite::M106() undefined reference to
GcodeSuite::M107()Bug Timeline
New bug as of 2023-04-27
Expected behavior
Compile like it used to before 2023-04-27
Actual behavior
Compilation errors:
undefined reference to
GcodeSuite::M106() undefined reference to
GcodeSuite::M107()Steps to Reproduce
Version of Marlin Firmware
Latest Marling 2.1.x bugfix 2023-04-27
Printer model
Custom
Electronics
MKS SGEN_L V2
Add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration_adv.zip
If I do the same configuration with another motherboard "default_envs = mks_monster8_usb_flash_drive_msc" and BOARD_MKS_MONSTER8_V1, then I DON'T have this problem.
The text was updated successfully, but these errors were encountered: