x logging
This commit is contained in:
parent
2108ce78fc
commit
65ec427a0d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue