Hi!
I'm not clear about enable configuration option:
#define Z_MIN_PROBE_PIN PA7 it is necessary?
and I have used the Marlin option:
#define BIQU_MICROPROBE_V2
with:
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#define Z_MIN_ENDSTOP_HIT_STATE LOW
#define Z_MIN_PROBE_ENDSTOP_HIT_STATE LOW
define USE_PROBE_FOR_Z_HOMING
#define PROBE_ENABLE_DISABLE
#if ENABLED(PROBE_ENABLE_DISABLE)
#define PROBE_ENABLE_PIN PB0 // Override the default pin here
#endif
and I get the message "PRINTER HALTED; PLEASE RESET" when performing Auto HOME.
Obviously I have connected the probe to the Z-ENDSTOP and when the printer is turned on, the probe makes x3 outputs with blue led turned on.
I'm not clear about enable configuration option:
#define Z_MIN_PROBE_PIN PA7 it is necessary?
and I have used the Marlin option:
#define BIQU_MICROPROBE_V2
with:
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#define Z_MIN_ENDSTOP_HIT_STATE LOW
#define Z_MIN_PROBE_ENDSTOP_HIT_STATE LOW
define USE_PROBE_FOR_Z_HOMING
#define PROBE_ENABLE_DISABLE
#if ENABLED(PROBE_ENABLE_DISABLE)
#define PROBE_ENABLE_PIN PB0 // Override the default pin here
#endif
and I get the message "PRINTER HALTED; PLEASE RESET" when performing Auto HOME.
Obviously I have connected the probe to the Z-ENDSTOP and when the printer is turned on, the probe makes x3 outputs with blue led turned on.