Skip to content

Commit 2ddc8f5

Browse files
author
Roberto
committed
bugfix: home before eddy current paper-test
1 parent 1720ae0 commit 2ddc8f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BlocksScreen/lib/panels/widgets/probeHelperPage.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ def on_print_stats_update(self, field: str, value: dict | float | str) -> None:
102102
if "state" in field:
103103
if value in ("standby"):
104104
if self._eddy_calibration_state:
105+
106+
self.run_gcode_signal.emit("G28\nM400")
107+
self._move_to_pos(
108+
self.z_offset_safe_xy[0], self.z_offset_safe_xy[1], 100
109+
)
105110
self.call_load_panel.emit(True, "Almost done...\nPlease wait")
106111
self.run_gcode_signal.emit(self._eddy_command)
107112

0 commit comments

Comments
 (0)