diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-03-13 15:03:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 15:03:02 +0100 |
| commit | e89d9c6ff258d2ab65f3d76660ae88673d77ce8d (patch) | |
| tree | 113e53ce8d0822edd933f835980e59c915c09173 /lib/elements/fill_stitch.py | |
| parent | 32c9c826c454fc9a9f391ddc0ab6a270a9dff380 (diff) | |
update meander zigzag defalt (#2778)
Diffstat (limited to 'lib/elements/fill_stitch.py')
| -rw-r--r-- | lib/elements/fill_stitch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index 19b37223..117bb379 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -455,7 +455,7 @@ class FillStitch(EmbroideryElement): sort_index=36) @cache def zigzag_width(self): - return self.get_float_param("zigzag_width_mm", 0) + return self.get_float_param("zigzag_width_mm", 3) @property def color(self): |
