mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-07-29 23:31:27 +02:00
After a probe operation, homing_move() will already have recalculated the toolhead position. The get_position() method can be slow, so use the already calculated position. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>