summaryrefslogtreecommitdiff
path: root/lib/elements/fill_stitch.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2023-02-08 14:39:25 -0500
committerLex Neva <github.com@lexneva.name>2023-02-20 15:27:55 -0500
commit9ea61ef3f33b76f199843fff82d1d624903aa11d (patch)
tree2265b757d505ac3c66541d6c33b65aff714fa6a7 /lib/elements/fill_stitch.py
parent8dde33d867afce7ea4aa212dfce60e9e526bbc1c (diff)
remove buffer concept
Diffstat (limited to 'lib/elements/fill_stitch.py')
-rw-r--r--lib/elements/fill_stitch.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py
index 8de169e0..7c214798 100644
--- a/lib/elements/fill_stitch.py
+++ b/lib/elements/fill_stitch.py
@@ -171,11 +171,6 @@ class FillStitch(EmbroideryElement):
return self.get_split_float_param('meander_scale_percent', (100, 100)) / 100
@property
- @param('meander_padding_mm', _('Meander padding'), type='float', unit="mm", default=0, select_items=[('fill_method', 4)], sort_index=5)
- def meander_padding(self):
- return self.get_float_param('meander_padding_mm', 0)
-
- @property
@param('angle',
_('Angle of lines of stitches'),
tooltip=_('The angle increases in a counter-clockwise direction. 0 is horizontal. Negative angles are allowed.'),