Delta printer first layer calibration
-
Also, here is my heightmap:
-
Can you post your config-override.g file?
-
@fjpanag so from what you posted mesh compensation is in use, you have a heightmap. Can you also post an annotated image showing the offsets of the extruders and probe, and how that relates to the bed.
Something else to check is with the heightmap enabled and T0 selected move to 3 or 4 points that are also probe points and then jog up or down to check what the offset at those points should be using a feeler gauge.
-
@Phaedrux said in Delta printer first layer calibration:
Can you post your config-override.g file?
Sure, here it is.
@T3P3Tony said in Delta printer first layer calibration:
Can you also post an annotated image showing the offsets of the extruders and probe, and how that relates to the bed.
Can you please explain this? You want a photo of the extruders?
Something else to check is with the heightmap enabled and T0 selected move to 3 or 4 points that are also probe points and then jog up or down to check what the offset at those points should be using a feeler gauge.
I did the following experiments:
- Enable bed, set it to working temperature, wait for heat to spread
- Select T0
- Home the printer (
G28
) - Execute delta calibration (
G32
) - Get hotend on X0 Y0 Z0 and check nozzle-bed distance with feeler. It's perfect.
- Move the head to other points defined in
bed.g
and check nozzle-bed distance again.
The distance is not correct. Some points are higher, some lower.
- Enable bed, and wait
- Select T0
- Home the printer(
G28
) - Execute delta calibration (
G32
) - Run mesh compensation (
G29
) - Apply the heightmap (
G29 S1
) - Get hotend on X0 Y0 Z0 and check nozzle-bed distance with feeler. It's higher than before.
- Move the head to other points defined in
bed.g
and check nozzle-bed distance again.
Again, the distance in other points is not correct.
But, the results are different than before (without applying the heightmap). That is, some points that were higher than normal before are now lower, and vice-versa.
-
I think you may have effector tilt which is causing the probe to have trigger heights that vary with XY position. This is a common side effect of using a probe that has an XY offset from the nozzle, and why using the nozzle tip as the probe is recommended on a delta.
Have a look through these search results: https://forum.duet3d.com/search?term=effector tilt&in=titles
-
@Phaedrux said in Delta printer first layer calibration:
I think you may have effector tilt which is causing the probe to have trigger heights that vary with XY position. This is a common side effect of using a probe that has an XY offset from the nozzle, and why using the nozzle tip as the probe is recommended on a delta.
Have a look through these search results: https://forum.duet3d.com/search?term=effector tilt&in=titles
I was thinking the same thing.
No tilt can be observed, but nevertheless it may be there.
However, in a
bed.g
file, theG30
commands can take theH
parameter.
Supposedly, this is to compensate for this:The H parameter is an optional height correction for that probe point. It allows for the Z probe having a trigger height that varies with XY position. The nominal trigger height of the Z probe (e.g. at bed centre) is declared in the Z parameter of the G31 command in the config.g file. When you probe using G30 and the probe triggers, the firmware will assume that the nozzle is at the nominal trigger height plus the value you have in the H parameter. For example, when doing delta calibration, it can account for the change in trigger height caused by effector tilt, if the vertical offset caused by the tilt has been measured
This option does not work. It miss-behaves badly as noted in my original post.
Either I understand something wrongly, or there is a bug in this functionality, or the problem is different (and thus this parameter cannot help me).
What is the proper procedure to calibrate this
H
parameter? -
@fjpanag the reason I asked for the annotated image of the print head + probe is to see what the offsets where, in relation to the bed etc
-
@T3P3Tony said in Delta printer first layer calibration:
@fjpanag the reason I asked for the annotated image of the print head + probe is to see what the offsets where, in relation to the bed etc
I hope I understood correctly and that the following are helpful.
This is the front view of the effector (one nozzle is missing at the moment).
The nozzles are at the left and right of the effector's center. In the Y coordinate they are in line with the center (no Y offset).
The actual, calibrated offsets for the nozzles are:
T0: X -9 Y 0
T1: X 8.83 Y -0.05
This is the back view of the effector.
BLTouch is located behind the nozzles (behind = more positive Y).
It is in the center of the effector in the X coordinate.Its actual calibrated offsets are: X -1.1 Y 26.9
This is a bottom view of the effector.
All three parts and their relative position can be seen.The gray line runs across the X axis, and passes through the effector center and the two nozzles.
The probe is located behind this line by 26.9mm, at its center.I don't understand how to provide a picture showing "the relation to the bed".
If you need any more information, please let me know and I will try my best. -
@fjpanag said in Delta printer first layer calibration:
I don't understand how to provide a picture showing "the relation to the bed".
I think i can work it out from the pictures. The point about "relation to the bed" was (for example you have the BL touch 27mm away from the X0 position, but i wanted to confirm if it was +27 or -27. They do look right to me.
@fjpanag said in Delta printer first layer calibration:
The thing is that when you adjust on point, the exactly opposite (in the circle) is thrown completely out of calibration!
Re-adjusting the opposite point, then sends the first point to a completely wrong Z.This is what I wanted to try and understand, i had a suspicion that something could be flipped/inverted.
As an experiment can you setup a simplified bed mesh that its a central point and then a small number of points around that (say 6). Then, after normal delta calibration, but without bed mesh enabled probe each point and then measure the nozzle offset. (this will also allow you to confirm that the point the probe touches when probing, and the nozzle is when you measure the offset ate exactly the same point on the bed). Once that is done, use G29 to mesh the same points and upload both you menaul measurements and the mesh here.
-
@T3P3Tony said in Delta printer first layer calibration:
@fjpanag said in Delta printer first layer calibration:
I don't understand how to provide a picture showing "the relation to the bed".
I think i can work it out from the pictures. The point about "relation to the bed" was (for example you have the BL touch 27mm away from the X0 position, but i wanted to confirm if it was +27 or -27. They do look right to me.
Ah.. I understand now. Indeed I invested a great deal of time on ensuring that all offsets have a correct sign. In fact, in most cases I indeed tried to reverse it, just to confirm that the results will then be "horribly wrong".
In fact if I reverse the Y offset of the probe, probing is no longer possible. One extremity of the Y axis is probed outside of the bed, IIRC.
@fjpanag said in Delta printer first layer calibration:
The thing is that when you adjust on point, the exactly opposite (in the circle) is thrown completely out of calibration!
Re-adjusting the opposite point, then sends the first point to a completely wrong Z.This is what I wanted to try and understand, i had a suspicion that something could be flipped/inverted.
As an experiment can you setup a simplified bed mesh that its a central point and then a small number of points around that (say 6). Then, after normal delta calibration, but without bed mesh enabled probe each point and then measure the nozzle offset. (this will also allow you to confirm that the point the probe touches when probing, and the nozzle is when you measure the offset ate exactly the same point on the bed). Once that is done, use G29 to mesh the same points and upload both you menaul measurements and the mesh here.
This sounds interesting, but it will take me some time.
I will report back soon! -
I am sorry for the delay, it took me some time to set up the test.
@T3P3Tony I did as instructed:
- Printer reboot,
G28
to home. - Delta calibration (
G32
). - I selected T0.
- I checked the nozzle offset for 9 points, no compensation active.
- I run mesh compensation for the same 9 points.
I did the procedure twice, both times the results were very similar, I don't see any repeatability issues.
Attached you may find the
heightmap.csv
as recorded duringG29
.Also the file
manual.csv
, contains the offsets as they should have been according to my manual measurements.
(I paid extra attention to the sign, I think I got it correct) - Printer reboot,