From c7b5ca1a2e24ab67ecb77cbecb8e482a0b4fd2ce Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Sat, 10 Jan 2026 13:41:14 -0600 Subject: [PATCH] Dims --- src/stitching_scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stitching_scanner.py b/src/stitching_scanner.py index 3757ffd..5e7a068 100644 --- a/src/stitching_scanner.py +++ b/src/stitching_scanner.py @@ -167,7 +167,7 @@ class StitchingScanner: # === DEBUG MAGIC NUMBERS === DEBUG_SHIFT_RIGHT = -20 # Positive = shift strip right - DEBUG_SHIFT_UP = 10 # Positive = shift strip up + DEBUG_SHIFT_UP = 15 # Positive = shift strip up # =========================== blend_w = min(blend_width, w_strip, w_base)