I am trying to build with the firmware builder, as I’ve had no luck doing it myself after changing out the board. I’ve tried many different configurations and I got the same errors each time:
Errors:
Marlin/src/module/probe.h:196:127: error: ‘raise_after_is_relative’ was not declared in this scope; did you mean ‘raise_after_is_rel’?
Marlin/src/feature/…/module/probe.h:196:127: error: ‘raise_after_is_relative’ was not declared in this scope; did you mean ‘raise_after_is_rel’?
Marlin/src/gcode/bedlevel/…/…/module/probe.h:196:127: error: ‘raise_after_is_relative’ was not declared in this scope; did you mean ‘raise_after_is_rel’?
Marlin/src/feature/…/module/probe.h:196:127: error: ‘raise_after_is_relative’ was not declared in this scope; did you mean ‘raise_after_is_rel’?
Marlin/src/gcode/bedlevel/abl/…/…/…/module/probe.h:196:127: error: ‘raise_after_is_relative’ was not declared in this scope; did you mean ‘raise_after_is_rel’?
As soon as I turned off the BLTouch option, it worked perfectly
Here is the build reference: 1f1cf33e
Can anyone help me?
Thanks :))