G30 doesnt stop when triggered

Hello, I recently tried configuring Z probe on Repetier firmware 0.92 and I got to a point when the documentation on the official site says : enter G30, the extruder will decrease and when I push the endstop with my finger it should start increasing to the starting point. Before this I enter G31, it says L when I push it and enter G31 It says H so that should be OK. But it just does not want to stop and start increasing when I enter G30 and push it with my finger. Instead it decreases till Z is at 12.99 moves a bit to the left and to the center and reports that the probe finished. Actually I have a delta printer with a mechanical endstop with the allen wrench design.

Here is my config.

#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 0
#define Z_PROBE_X_OFFSET 0
#define Z_PROBE_Y_OFFSET 10
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 3
#define Z_PROBE_XY_SPEED 70
#define Z_PROBE_SWITCHING_DISTANCE 1
#define Z_PROBE_REPETITIONS 1
#define Z_PROBE_HEIGHT 2.99
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 7
#define Z_PROBE_Y1 75
#define Z_PROBE_X2 60
#define Z_PROBE_Y2 -30
#define Z_PROBE_X3 -60
#define Z_PROBE_Y3 -40
#define FEATURE_AXISCOMP 1
#define AXISCOMP_TANXY 0
#define AXISCOMP_TANYZ 0
#define AXISCOMP_TANXZ 0

Thanks for any reply.
Sign In or Register to comment.