Reduce the blur for a given z movement in simulation, to improve autofocus.

This commit is contained in:
Julian Stirling 2026-02-17 02:07:06 +00:00
parent 79e8230ac5
commit 752ef3a80c

View file

@ -36,7 +36,7 @@ LOGGER = logging.getLogger(__name__)
# The ratio between "motor" steps and pixels in (x, y, z)
# higher related to a faster movement
RATIO = (2, 2, 0.2)
RATIO = (2, 2, 0.07)
# Some colour variation, for bg detect.
BG_COLOR = [220, 215, 217]