Bed leveling - can't get nozzle close enough to bed surface
Hi,
I have a problem getting the nozzle close enough to the bed after bed leveling.
My configuration: Velleman K8200, Rumba board (80), Repetier firmware 0.9.3, inductive sensor mounted near hotend, no ZMAX endstop.
My Firmware settings:
// #################### 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 0
#define Z_PROBE_ON_HIGH 0
#define Z_PROBE_X_OFFSET 28
#define Z_PROBE_Y_OFFSET 2
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 120
#define Z_PROBE_SWITCHING_DISTANCE 1
#define Z_PROBE_REPETITIONS 5
#define Z_PROBE_HEIGHT 0.5
#define Z_PROBE_START_SCRIPT "G1 Z1"
#define Z_PROBE_FINISHED_SCRIPT "G1 X72 Y100"
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 185
#define Z_PROBE_Y1 180
#define Z_PROBE_X2 30
#define Z_PROBE_Y2 180
#define Z_PROBE_X3 100
#define Z_PROBE_Y3 6
#define FEATURE_AXISCOMP 0
#define AXISCOMP_TANXY 0
#define AXISCOMP_TANYZ 0
#define AXISCOMP_TANXZ 0
My procedure:
G28 >>> nozzle is about 0.5 mm above bed surface
G32 >>> works as expected (Repetier Host displays Z-Position Z = 1.56 , see script)
moving down towards bed by small steps not possible when ZPROBE has triggered; getting closer until nozzle hits bed is not possible.
The setting of Z_PROBE_HEIGHT has no influence.
I assume the Z-endstop (=ZPROBE) should be active only for Z-homing.
For this I deactivated the "Always check endstop" checkbox.
It is not easy to install the inductive Z-probe exactly, so that the nozzle just hits the bed surface, when the Z-probe is triggered)
So means of correction for the Z-position of the nozzle independent of Z-probe triggering point is necessary,
for instance in situations, when you sometimes work with a 1 mm bed covering or sometimes work without it.
In this case the trigger points of the Z-probe are nearly the same position, but the nozzle position have to be tuned.
Probably I did not fully understand how the bed leveling feature works.
Thanks for help to come
Greetings
schumsel293
Comments