From bc0943c6c86374ca80f3f10ffa44773ef87c5f24 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:27:06 +0200 Subject: Add transform extension which also transforms the fill angles (#3657) --- lib/elements/fill_stitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/elements/fill_stitch.py') 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) -- cgit v1.2.3