diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-07-24 16:28:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 16:28:23 +0200 |
| commit | 90994356ec37d503d54f44ea27238a4d7b2d37a3 (patch) | |
| tree | e038bdaf607a7a02c1ecb10becbd470999cc0966 /lib/utils | |
| parent | 828ce1d6750cbb1ba37d2494f479c2fa5b3024b6 (diff) | |
default min stitch length 0 to 0.1 (as previously) (#3107)
Diffstat (limited to 'lib/utils')
| -rw-r--r-- | lib/utils/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, } |
