mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-08-13 03:48:30 +02:00
Change the low-level probe code to return ProbeResult tuples from probe_session.pull_probed_results(). Also update callers to use the calculated bed_xyz values found in the tuple instead of calculating them from the probe's xyz offsets. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>