-
-
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] /u8g_fontutf8.h:11:24: fatal error: U8glib-HAL.h: No such file or directory when enabling ESP3D_WIFISUPPORT #24138
Comments
That is a 3rd party library ESP3DLib, not part of Marlin. |
In saying that I have already fixed this error in the library https://github.com/luc-github/ESP3DLib/pull/40/files, but marlin is looking at old version of the library In ini/features.ini is
Update ESP3DLib to |
Closing as PR has been created. |
thank you very much! |
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
I am trying to compile the latest bugfix-2.0.0 (git cloned) for my MKS Tinybee mainboard.
I am working with platformio from within commandline. When trying to compile, it failed with the following error
Yet, when I do a platformio lib list, you can see the library installed at the bottom
Bug Timeline
New for me
Expected behavior
Compilation that finished
Actual behavior
doesn't compile
Steps to Reproduce
#git clone https://github.com/MarlinFirmware/Marlin.git
#cd Marlin
#git switch bugfix-2.0.x
#git fetch
modify filament sensor pin in src/pins/esp32/pins_MKS_TINYBEE.h
Copy config over.
#platformio run -e mks_tinybee
Version of Marlin Firmware
not on printer yet
Printer model
CR10 heavy modified
Electronics
MKS Tinybee board
Add-ons
Bed Leveling
ABL 3-point
Your Slicer
No response
Host Software
No response
Additional information & file uploads
config.zip
The text was updated successfully, but these errors were encountered: