Skip to content

Failure to build - BLTouch-3x3-HighSpeed #1939

Answered by Nuutyl
Nuutyl asked this question in Q&A
Discussion options

You must be logged in to vote

Narrowed it down to this if statement in SanityCheck.h

#if ENABLED(BLTOUCH_HS_MODE) && BLTOUCH_HS_MODE == 0
#error "BLTOUCH_HS_MODE must now be defined as true or false, indicating the default state."
#endif

What am I missing with this function? if BLTOUCH_HS_MODE is enabled AND it equals zero, throw an error? What's wrong with the format that the && isn't picking up on BLTOUCH_HS_MODE == 0?

EDIT:
As @adam3654 mentioned below, ensure the BLTOUCH_HS_MODE has a true following it.

#define BLTOUCH_HS_MODE true

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@adam3654
Comment options

@Nuutyl
Comment options

Answer selected by Nuutyl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants