diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-04-15 18:27:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 18:27:06 +0200 |
| commit | bc0943c6c86374ca80f3f10ffa44773ef87c5f24 (patch) | |
| tree | a51a23bf03e87090b0fd52fdd145b1bff6f117e0 /lib/elements/fill_stitch.py | |
| parent | 0f1c83f8ef9f156a7297708f087fc11d1d4d48ef (diff) | |
Add transform extension which also transforms the fill angles (#3657)
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 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) |
