Welcome! Log In Create A New Profile

Advanced

Compile error enabling BLTouch

Posted by EricE555 
Compile error enabling BLTouch
January 19, 2021 07:06PM
Compiling using the current bugfix-2.0.x from yesterday.
Compiling in VSC and PlatformIO.

If I disable BLTouch, it compiles fine.
If I enable BLTouch, I get the compile error shown:
...
Compiling .pio\build\LPC1768\src\src\feature\babystep.cpp.o
Compiling .pio\build\LPC1768\src\src\feature\bedlevel\abl\abl.cpp.o
In file included from Marlin\src\module/../HAL/shared/servo.h:76,
from Marlin\src\module/servo.h:29,
from Marlin\src\MarlinCore.cpp:133:
Marlin\src\module/../HAL/shared/../LPC1768/Servo.h:51:10: fatal error: Servo.h: No such file or directory

***************************************************************
* Looking for Servo.h dependency? Check our library registry!
*
* CLI > platformio lib search "headerconfused smileyervo.h"
* Web > [ervo.h" target="_blank" rel="nofollow">platformio.org]
*
***************************************************************

51 | #include
| ^~~~~~~~~
compilation terminated.
*** [.pio\build\LPC1768\src\src\MarlinCore.cpp.o] Error 1
Compiling .pio\build\LPC1768\src\src\feature\bedlevel\bedlevel.cpp.o

Configs are attached. Any help is appreciated.
Attachments:
open | download - Configuration.h (94.7 KB)
open | download - Configuration_adv.h (147.8 KB)
Re: Compile error enabling BLTouch
January 19, 2021 07:25PM
Bugfix from today, using your config files works as expected
Re: Compile error enabling BLTouch
January 20, 2021 08:36AM
Thankyou much!
I was able to compile successfully.
Re: Compile error enabling BLTouch
January 20, 2021 09:51AM
Well, it compiles but I get no display on ender 3 stock display. (skr 1.3 board though). Is there something obvious that I failed to set in terms of the display in my configs?
Again, thank you to anyone who is willing to help.
Re: Compile error enabling BLTouch
January 20, 2021 10:09AM
I found it. Had to set:
#define CR10_STOCKDISPLAY
Sorry, only registered users may post in this forum.

Click here to login