This commit is contained in:
2ManyProjects 2026-01-07 21:55:26 -06:00
parent 6c710ba182
commit 5cf6ec0794

View file

@ -462,8 +462,8 @@ class StitchingScanner:
stop_reason = 'max_dim' stop_reason = 'max_dim'
break break
if abs(total_x) >= max_mosaic_width: if abs(total_x) >= self.config.max_mosaic_width:
self.log(f"Max dimension reached ({max_mosaic_width}px)") self.log(f"Max dimension reached ({self.config.max_mosaic_width}px)")
stop_reason = 'max_dim' stop_reason = 'max_dim'
break break
# Pulse motor # Pulse motor