summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/elements/fill_stitch.py2
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):