优化z探针校准时候移动过慢问题

This commit is contained in:
张开科 2024-12-13 09:19:19 +08:00
parent 4f3aa9aa4c
commit bce3caa409

View File

@ -185,6 +185,7 @@ class Panel(ScreenPanel):
if method == "probe":
self._move_to_position(*self._get_probe_location())
self._screen._ws.klippy.gcode_script("PROBE_CALIBRATE")
self._screen._ws.klippy.gcode_script("PROBE_CALIBRATE PROBE_SPEED=100")
elif method == "delta":
self._screen._ws.klippy.gcode_script("DELTA_CALIBRATE")
elif method == "delta_manual":