Skip to content

Commit

Permalink
Stage toolbar: do activate the homing process
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger authored and kingofpayne committed Aug 13, 2024
1 parent 2250c20 commit 2df2ed6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions laserstudio/widgets/toolbars/stagetoolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2df2ed6

Please sign in to comment.