No Z_PROBE_GAP in firmware
Hey,
I've been trying to get Z probe and auto bed leveling to work on my Smartrapcore (coreXY). In the Z-Probe guide it mentions a Z_PROBE_GAP variable which I don't seem to have in my configuration. I'm running 0.92.9.
My probe is a 4mm inductive sensor btw, but I think the guide was written with a mechanical probe in mind, specially the photo is a bit confusing since it shows the probe is below the nozzle. I'm not even sure what the definition of Z_PROBE_GAP is exactly.
I downloaded the dev version as well, but the variable wasnt there either.
P.S. Oh and also can all the required variables to calibarate Z-probe be changed from EEPROM in repetier host (including Z_PROBE_GAP)? I've already done all the activating and endstop configurations.
I've been trying to get Z probe and auto bed leveling to work on my Smartrapcore (coreXY). In the Z-Probe guide it mentions a Z_PROBE_GAP variable which I don't seem to have in my configuration. I'm running 0.92.9.
My probe is a 4mm inductive sensor btw, but I think the guide was written with a mechanical probe in mind, specially the photo is a bit confusing since it shows the probe is below the nozzle. I'm not even sure what the definition of Z_PROBE_GAP is exactly.
I downloaded the dev version as well, but the variable wasnt there either.
P.S. Oh and also can all the required variables to calibarate Z-probe be changed from EEPROM in repetier host (including Z_PROBE_GAP)? I've already done all the activating and endstop configurations.
Comments
Is there a more up to date guide available?
I thought the variable should be difference between these numbers, but nozzle didn't even reach the bed at 2.2.
So I kept increasing the value until I found 6.1mm (Pretty much the sum of Z height and probe deactivation height) was somewhat correct.
However, the ABL doesn't compensate enough and one side of the print is completely squished while the other side is round and barely sticking to bed.
This is my Start Gcode script:
G28 ; Home
G1 X5 Y35 ; Getting Ready for first probe
G32 ; ABL
I move to X5 Y35 on second line, because that's where I've attached the first aluminum tape on my glass bed.
My Z axis movement speed is 15mm/s.
And I do see the Z axis moving to level the bed but apparently it's not enough.
Thanks