summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements')
-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 5f33eb65..fa4ce845 100644
--- a/lib/elements/fill_stitch.py
+++ b/lib/elements/fill_stitch.py
@@ -311,7 +311,7 @@ class FillStitch(EmbroideryElement):
type='float',
sort_index=21,
select_items=[('fill_method', 'tartan_fill')],
- default=45)
+ default=-45)
@cache
def tartan_angle(self):
return self.get_float_param('tartan_angle', -45)