From 2ac118737a8e9e18a0191fe5e2b7609f15b532b8 Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Thu, 8 Jan 2026 02:02:26 -0600 Subject: [PATCH] limits --- src/stitching_scanner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stitching_scanner.py b/src/stitching_scanner.py index 991ac46..89d90c7 100644 --- a/src/stitching_scanner.py +++ b/src/stitching_scanner.py @@ -29,8 +29,8 @@ class StitchConfig: settle_time: float = 0.75 max_scan_time: float = 300.0 row_overlap: float = 0.15 - max_mosaic_width: int = 4000 - max_mosaic_height: int = 4000 + max_mosaic_width: int = 1000 + max_mosaic_height: int = 1000 scan_speed_index: int = 3 autofocus_every_row: bool = True