strip width
This commit is contained in:
parent
d128808a07
commit
afd5e8a14c
1 changed files with 1 additions and 1 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" 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}")
|
self.log(f" Actual strip width: {actual_strip_width}")
|
||||||
|
|
||||||
if actual_strip_width <= blend_w:
|
if abs(actual_strip_width) <= blend_w:
|
||||||
self.log(f" Strip too narrow, skipping")
|
self.log(f" Strip too narrow, skipping")
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue