diff --git a/src/stitching_scanner.py b/src/stitching_scanner.py index 8ff1c18..01705d4 100644 --- a/src/stitching_scanner.py +++ b/src/stitching_scanner.py @@ -641,6 +641,7 @@ class StitchingScanner: total_x += dx with self._state_lock: self.state.current_x += dx + self.log(f"Current X offset ({self.state.current_x}px)") with self._state_lock: self.state.cumulative_x = self._displacement_since_append_x