Welcome! Log In Create A New Profile

Advanced

Error Z_MIN_ENDSTOP_INVERTING

Posted by h4nc 
Error Z_MIN_ENDSTOP_INVERTING
May 21, 2017 11:27AM
Hi,

I'm updating RC8 to bugfix 1.1.0. I got a error while compiling that says:


SanityCheck.h:521: error: #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires Z_MIN_ENDSTOP_INVERTING to match Z_MIN_PROBE_ENDSTOP_INVERTING."

#error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires Z_MIN_ENDSTOP_INVERTING to match Z_MIN_PROBE_ENDSTOP_INVERTING." //changed


Thing is if i set those parameters both to false, as the erros says the probe goes in the wrong direction while probing.

When I set

#define Z_MIN_ENDSTOP_INVERTING true
#define Z_MIN_PROBE_ENDSTOP_INVERTING false

as before in RC8 (without error) and comment the error section out in the sanitycheck.h file it works.

Is this a problem? Why should those parameters be the same?

Edited 1 time(s). Last edit at 05/21/2017 11:31AM by h4nc.
Sorry, only registered users may post in this forum.

Click here to login