diff --git a/laserstudio/widgets/stagesight.py b/laserstudio/widgets/stagesight.py index 138b023..adbf57a 100644 --- a/laserstudio/widgets/stagesight.py +++ b/laserstudio/widgets/stagesight.py @@ -271,7 +271,7 @@ def move_to(self, position: QPointF): logging.getLogger("laserstudio").info(f"Move to position {x, y}") if self.stage is not None: - self.stage.move_to(self.stage_coords_from_scene_coords(position), wait=False) + self.stage.move_to(self.stage_coords_from_scene_coords(position), wait=True) else: self.setPos(position)