Z-probing trouble
Today I set up repetier on my printer.
Everything works fine except for the z probing function.
When I run it after homing first the printhead moves 300 mm to the right (with the origin on the front left) It stops shortly at about 150 but measures at 300.
then it moves 100 more to the right, but then I stop it otherwise it crashes.
I've played around with the probing points but it doesn't seem to change a lot.
Does anyone see what I am doing wrong?
Thanks in advance
Im using .91 firmware and G29 to probe
#define FEATURE_Z_PROBE 1
#define Z_PROBE_BED_DISTANCE 10
#define Z_PROBE_PIN ORIG_Z_MIN_PIN
#define Z_PROBE_PULLUP 0
#define Z_PROBE_ON_HIGH 0
#define Z_PROBE_X_OFFSET -100
#define Z_PROBE_Y_OFFSET 0
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 100
#define Z_PROBE_SWITCHING_DISTANCE 1
#define Z_PROBE_REPETITIONS 1
#define Z_PROBE_HEIGHT 0
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 10
#define Z_PROBE_Y1 20
#define Z_PROBE_X2 220
#define Z_PROBE_Y2 20
#define Z_PROBE_X3 200
#define Z_PROBE_Y3 230
Comments