x logging

This commit is contained in:
2ManyProjects 2026-01-10 01:32:59 -06:00
parent 2108ce78fc
commit 65ec427a0d

View file

@ -641,6 +641,7 @@ class StitchingScanner:
total_x += dx total_x += dx
with self._state_lock: with self._state_lock:
self.state.current_x += dx self.state.current_x += dx
self.log(f"Current X offset ({self.state.current_x}px)")
with self._state_lock: with self._state_lock:
self.state.cumulative_x = self._displacement_since_append_x self.state.cumulative_x = self._displacement_since_append_x