Z endstop offset
I've got a printer with one of the escher3d IR probes as a z probe. no other Z endstop. it triggers when the nozzle is 2.5mm off the bed, and so that's where the machine stops. is there any way i can add an offset so when it triggers it then moves the bed up the required amount? i can't easily move the probe up
Comments
#define Z_PROBE_PIN 24
resp. the setting in config tool. That makes firmware detect that z min is no endstop but the zprobe.
There are some other variables that influence this like bed coating and
#define ENDSTOP_Z_BACK_ON_HOME 0
also get added after homing triggers plus z probe correction. So maybe one of them is not set correctly as well.