From 90994356ec37d503d54f44ea27238a4d7b2d37a3 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:28:23 +0200 Subject: default min stitch length 0 to 0.1 (as previously) (#3107) --- lib/utils/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils/settings.py') diff --git a/lib/utils/settings.py b/lib/utils/settings.py index c7593fb7..c0871e49 100644 --- a/lib/utils/settings.py +++ b/lib/utils/settings.py @@ -7,7 +7,7 @@ from .paths import get_user_dir # These settings are the defaults for SVG metadata settings of the same name in # lib.extensions.base.InkstitchMetadata DEFAULT_METADATA = { - "min_stitch_len_mm": 0, + "min_stitch_len_mm": 0.1, "collapse_len_mm": 3, } -- cgit v1.2.3