reset ofset
This commit is contained in:
parent
afd5e8a14c
commit
35c27baafb
1 changed files with 51 additions and 51 deletions
|
|
@ -223,7 +223,7 @@ class StitchingScanner:
|
|||
self.log(f" Placing strip at X={strip_x_start}:{strip_x_end}, Y={y_offset}:{y_offset + h_strip}")
|
||||
self.log(f" Actual strip width: {actual_strip_width}")
|
||||
|
||||
if abs(actual_strip_width) <= blend_w:
|
||||
if actual_strip_width <= blend_w:
|
||||
self.log(f" Strip too narrow, skipping")
|
||||
return result
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue