Repetier said:
Ok found what you mean. In the complete guide we say Z_PROBE_BED_DISTANCE but at one place it was not renamed. Normally no problem as you use the configuration file you get and there the right names are already included. I highly advice to use the online config tool for configuring firmware. Makes updating much easier.
Alright, I configured my firmware again with the online tool. To find out the Z_PROBE_HEIGHT value, I moved the extruder to the highest point on the bed. Homed Z to Max then brought the bed up (Corexy) until it was just touching the nozzle. (2mm Z Height) Then increased the distance until probe deactivated, at 4.2mm.
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
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">G1 X5 Y35 ; Getting Ready for first probe</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">G32 ; ABL</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">I move to X5 Y35 on second line, because that's where I've attached the first aluminum tape on my glass bed.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">My Z axis movement speed is 15mm/s.
</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">And I do see the Z axis moving to level the bed but apparently it's not enough.
</p>