Z-Probe issues
Hello all,
I am having some issues with getting my z probe to work. I am using it as the Zmin endstop and that works fine. But when I go to probe, it moves around and doesn't actually probe. Then it stops responding. I checked the endstops to see if any were activated and they were not. Also I got correct readings from the G31 command with the endstop. Below is my z-probing conf in my Configuration.h file:
// #################### Z-Probing #####################
#define FEATURE_Z_PROBE 1
#define Z_PROBE_BED_DISTANCE 5
#define Z_PROBE_PIN ORIG_Z_MIN_PIN
#define Z_PROBE_PULLUP 1
#define Z_PROBE_ON_HIGH 0
#define Z_PROBE_X_OFFSET 28.6
#define Z_PROBE_Y_OFFSET 40
#define Z_PROBE_WAIT_BEFORE_TEST 1
#define Z_PROBE_SPEED 3
#define Z_PROBE_XY_SPEED 30
#define Z_PROBE_SWITCHING_DISTANCE 20
#define Z_PROBE_REPETITIONS 2
#define Z_PROBE_HEIGHT 0
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 20
#define Z_PROBE_Y1 50
#define Z_PROBE_X2 120
#define Z_PROBE_Y2 50
#define Z_PROBE_X3 20
#define Z_PROBE_Y3 170
Thank you
Comments