Bed Coating Settings with Z-Probing and Z-Max Homing
I have a setup with Z-Max homing and z-probing. I have set Z_PROBE_Z_OFFSET_MODE to 0.
When setting the coating height and after running G32 S2 the Z_MAX_LENGTH ist updated accordingly (actually the wrong way around), but does not have any effect on the print height.
If I set the coating height to 0.5mm the Z_MAX_LENGTH changes from e.g. 140.0 to 140.5
Am I missing something?
Am I missing something?
Comments
Printer::zBedOffset is bed coating. So measunring distance to bed gets reduced by that value for at least G30 probes.
For G32 there is this extra rule:
so no change in that case. The computation is
...
So from this I would say increasing coating to positive reduces z max/z length. This is for latest version - as there were many errrors regarding autoleveling in past, older versions might behave different.