Machine freezes after autolevel in 0.92.2
Hello Repetier,
I installed 0.92.2 on my CNC router recently, and after G30/G32 it takes the probe(s), returns to the initial position and stops recieving any commands. Only Emergency stop resets the machine, only then it works.
Autolevel configs in Configuration.h:
#define FEATURE_Z_PROBE 1
#define Z_PROBE_BED_DISTANCE 13
#define Z_PROBE_PIN 4
#define Z_PROBE_PULLUP 1
#define Z_PROBE_ON_HIGH 0
#define Z_PROBE_X_OFFSET 0
#define Z_PROBE_Y_OFFSET 0
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 6
#define Z_PROBE_SWITCHING_DISTANCE 2
#define Z_PROBE_REPETITIONS 2
#define Z_PROBE_HEIGHT 11.8
#define Z_PROBE_START_SCRIPT "M340 P0 S2350"
#define Z_PROBE_FINISHED_SCRIPT "M340 P0 S500"
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 0
#define Z_PROBE_Y1 0
#define Z_PROBE_X2 300
#define Z_PROBE_Y2 0
#define Z_PROBE_X3 0
#define Z_PROBE_Y3 300
#define FEATURE_AXISCOMP 0
#define AXISCOMP_TANXY 0
#define AXISCOMP_TANYZ 0
#define AXISCOMP_TANXZ 0
The M340 rotate the servo with the probe, and they work fine before and after the test.
Thanks in advance.
Comments