Auto bed-levelling a Delta printer with G32
My printer height is 310.51mm
I'm following the instructions for calibration given here: https://www.repetier.com/documentation/repetier-firmware/z-probing/
I'm doing as told in the video "Z levelling for Delta printers"
Before running G32 S2 I home the printer to ZMax (even though it is not mentioned in the video) because I read in a forum that we should do that
After I run G32 S2 it changes my printer height to 312.72
Now Z=0 is 2mm below the bed level
What am I doing wrong?
I'm following the instructions for calibration given here: https://www.repetier.com/documentation/repetier-firmware/z-probing/
I'm doing as told in the video "Z levelling for Delta printers"
Before running G32 S2 I home the printer to ZMax (even though it is not mentioned in the video) because I read in a forum that we should do that
After I run G32 S2 it changes my printer height to 312.72
Now Z=0 is 2mm below the bed level
What am I doing wrong?
Comments
z_probe_z_offset (bed coating thickness)
and
Z_PROBE_HEIGHT (probe height)
UI_BED_COATING 1
Z_PROBE_HEIGHT 0.11
Rest of the values are not present.
Also, is there any way that we can change EEPROM values individually instead of uploading a new firmware again? Its an OEM printer and I don't know how many write cycles have been exhausted. I have used about 10 myself.
eeprom has 100000 cycles guaranteed, flash should hold 10000 uploads, so no problem on this front.
And why I think it needs to be changed - well you said z length gets computed wrong. And that gets computed by z probe which includes probe height and measuring distance to top. Added minus back on home gives z length.
As per the video "Z levelling for Delta printers", I have executed till G32. The remaining part from "bed height map tool" and onwards is yet to be done. So I just have to update Z-probe height using the host, and then continue following the video instructions, right?
The newly calculated printer height is 314.94
What has gone wrong?
After running G32 the printer height got calculated as 311.52 which is pretty close.
Now my question is, how did this work?
Also I lowered the extruder slowly and Z=0 is pretty much on the bed surface. A sheet of paper is able to slide underneath though, but that is definitely less than 1mm
Also, right now my print bed has no coating. But while printing when I will apply a coating (sheet of masking paper and a thin coat of adhesive applied by brush), will it cause any problem? How does the coating factor work anyway?
Negative z probe height makes not really sense so I wonder why this is necessary. Does your extruder have a z offset? Extruder 0 should always have z offset 0. There is currently an error not taking tis correctly into account so maybe that is the reason.
No the extruder doesn't have any offset. What error do you think it might be, so that I can investigate further?
One question though. While calculating tower endstop offsets using G132, I got values of 65, 128 and 0 for X, Y and Z towers respectively. These seem to be rather high. Is this normal?
Diagonals off are a good hint. Since this causes a dome or bump it differs then where you measure, so calibrating at the edges and measuring in center makes strange differences then. Try to remember this for next one with that problem.