qgl: Expose Z heights in status reference#7211
qgl: Expose Z heights in status reference#72113DCoded wants to merge 3 commits intoKlipper3d:masterfrom
Conversation
Signed-off-by: Christopher Mattar <info@3dcoded.xyz>
Signed-off-by: Christopher Mattar <info@3dcoded.xyz>
Signed-off-by: Christopher Mattar <info@3dcoded.xyz>
|
Can you give examples of how this is used in macros, i.e. what do you do with this parameters? |
Sure. On my setup (Cartographer probe), I do one coarse QGL within 1mm of tolerance with a 10mm probe height then another fine QGL within 0.025mm with a 2mm probe height to speed things up. With this, the second fine QGL could be skipped if the gantry was already within tolerance (e.g. after a Klippy restart). Example: |
|
I think in this context it can make sense to "remove" the 4mm calibration limit from the Otherwise, it seems weird to make changes to benefit the external code. Or, I probably misunderstood something. I think about it again, in the above example, on the vanilla code, it does not make sense, because probe will descend until trigger, there is no need to second QGL after the first QGL. -Timofey |
|
This will benefit regular probes as there will be no need to make large z_hops between measurement points if they are not needed. |
This PR exposes the Z actuator positions of quad_gantry_level in the status reference for use in G-code macros.