mirror of
git://soft.sys114.com/klipper
synced 2026-02-07 13:20:26 +09:00
It is only valid to call raise_probe() when the toolhead is not moving. Make sure to call sync_print_time() from multi_probe_end() to ensure that. This fixes a bug that could cause the Z axis steppers to lose their position when "stow_on_each_sample=False". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>