From 2df2ed635baaf1792f0e4c17c70084eb288bf63c Mon Sep 17 00:00:00 2001 From: Michael Mouchous Date: Tue, 13 Aug 2024 11:58:40 +0200 Subject: [PATCH] Stage toolbar: do activate the homing process --- laserstudio/widgets/toolbars/stagetoolbar.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/laserstudio/widgets/toolbars/stagetoolbar.py b/laserstudio/widgets/toolbars/stagetoolbar.py index 1b73c08..f73eba6 100644 --- a/laserstudio/widgets/toolbars/stagetoolbar.py +++ b/laserstudio/widgets/toolbars/stagetoolbar.py @@ -141,8 +141,7 @@ def home(self): buttons=QMessageBox.StandardButton.Abort | QMessageBox.StandardButton.Apply, defaultButton=QMessageBox.StandardButton.Abort, ): - ... - # self.stage.stage.home(wait=True) + self.stage.stage.home(wait=True) def move_for_selection(self, index: int): move_for = self.move_for_selector.itemData(index, Qt.ItemDataRole.UserRole)