Always generate the preview stitch
The preview stitch is useful even if stitch-as-you-go is not desired. I've enabled it all the time, not just when the box is ticked.
This commit is contained in:
parent
674704b0d6
commit
f627d6e2f2
1 changed files with 2 additions and 2 deletions
|
|
@ -564,9 +564,9 @@ class SmartScanThing(Thing):
|
|||
positions.append(loc[:2])
|
||||
names.append(name)
|
||||
|
||||
if not self.preview_stitch_running():
|
||||
self.preview_stitch_start(images_folder)
|
||||
if self.stitch_automatically:
|
||||
if not self.preview_stitch_running():
|
||||
self.preview_stitch_start(images_folder)
|
||||
if not self.correlate_running():
|
||||
self.correlate_start(images_folder, overlap=overlap)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue