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)