do not stop when Z-probe triggered
I use repetier firmware v0.92.9
// #################### Z-Probing #####################
#define Z_PROBE_Z_OFFSET 0
#define Z_PROBE_Z_OFFSET_MODE 0
#define UI_BED_COATING 1
#define FEATURE_Z_PROBE 1
#define Z_PROBE_BED_DISTANCE 10
#define Z_PROBE_PIN ORIG_Z_MIN_PIN
#define Z_PROBE_PULLUP 1
#define Z_PROBE_ON_HIGH 1
#define Z_PROBE_X_OFFSET 5
#define Z_PROBE_Y_OFFSET -4
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_SWITCHING_DISTANCE 1
#define Z_PROBE_REPETITIONS 1
#define Z_PROBE_HEIGHT 1
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
#define Z_PROBE_REQUIRES_HEATING 0
#define Z_PROBE_MIN_TEMPERATURE 150
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 -28
#define Z_PROBE_Y1 50
#define Z_PROBE_X2 140
#define Z_PROBE_Y2 50
#define Z_PROBE_X3 -28
#define Z_PROBE_Y3 195
#define BED_LEVELING_METHOD 0
#define BED_CORRECTION_METHOD 0
#define BED_LEVELING_GRID_SIZE 5
#define BED_LEVELING_REPETITIONS 5
My probe is LJ12A3-4-Z/BX often open, and connect the wire to the Z-min Pin directly, when triggered it manually, the indicator
is on.
is on.
When I run G32, and triggered the probe manually, the extruder did not stop going down, I don't know what's the matter,wiring problem?Firmware setting matter?
Thanks
Comments