mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +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>