summaryrefslogtreecommitdiff
path: root/embroider_params.py
diff options
context:
space:
mode:
Diffstat (limited to 'embroider_params.py')
-rw-r--r--embroider_params.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/embroider_params.py b/embroider_params.py
index d9fc21c1..8b9e376a 100644
--- a/embroider_params.py
+++ b/embroider_params.py
@@ -16,13 +16,14 @@ class EmbroiderParams(inkex.Effect):
inkex.Effect.__init__(self)
self.params = ["zigzag_spacing",
- "running_stitch_length",
+ "stitch_length",
"row_spacing",
"max_stitch_length",
"repeats",
"angle",
"hatching",
- "satin_column"
+ "satin_column",
+ "stroke_first",
]
for param in self.params: