engine: change to mm

This commit is contained in:
Oliver Gaskell 2025-11-02 15:52:35 +00:00
parent 7109190f80
commit 89ca5851b8
No known key found for this signature in database
GPG key ID: F971A08925FCC0AD

View file

@ -21,7 +21,7 @@ CACHE_FOLDER = Path(".cache")
LOCS_COUNT = 5
DISTS_COUNT = 2
FORMAT_FACTOR = 1e6 # μm
FORMAT_FACTOR = 1e3 # μm
FIRST_SEP = ':'
OTHER_SEP = ','
LOC_SEP = '; '