STop move endstop

When z-probe used in the logs I always get this message:
19: 00: 35,294: STop move endstop
What is wrong in the configuration?

My z-probe is a mechanical switch connected to GND.

Thank you
Sandro

Configuration.h

#define MIN_HARDWARE_ENDSTOP_X false
#define MIN_HARDWARE_ENDSTOP_Y false
#define MIN_HARDWARE_ENDSTOP_Z false
#define MAX_HARDWARE_ENDSTOP_X true
#define MAX_HARDWARE_ENDSTOP_Y true
#define MAX_HARDWARE_ENDSTOP_Z true

#define Z_PROBE_PIN ORIG_Y_MIN_PIN
#define Z_PROBE_PULLUP true
#define Z_PROBE_ON_HIGH false
#define Z_PROBE_X_OFFSET 6
#define Z_PROBE_Y_OFFSET 23.5

Comments

  • Having the same problem.
    What's causing "STop move endstop"?
Sign In or Register to comment.