Fixed left x offset
This commit is contained in:
parent
4a326e0c9f
commit
a838deb9e2
1 changed files with 1 additions and 1 deletions
|
|
@ -756,7 +756,7 @@ class StitchingScanner:
|
||||||
# Done when we've moved enough
|
# Done when we've moved enough
|
||||||
if abs(total_y) >= target_displacement:
|
if abs(total_y) >= target_displacement:
|
||||||
self.log(f"Row transition complete: {abs(total_y):.1f}px")
|
self.log(f"Row transition complete: {abs(total_y):.1f}px")
|
||||||
self.state.current_y = 0
|
self.state.current_y -= self.state.mosaic_init_width
|
||||||
self.motion.send_command('s')
|
self.motion.send_command('s')
|
||||||
time.sleep(self.config.settle_time)
|
time.sleep(self.config.settle_time)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue