diff options
| author | Lex Neva <github.com@lexneva.name> | 2023-01-28 23:54:46 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-02-20 15:27:55 -0500 |
| commit | 86f806238239ed4b2d54b9239704eb1f519ea429 (patch) | |
| tree | 20925836eceef7cf251a1275d1b1f7aec3d005a7 /lib | |
| parent | 54dfa2350f21459df25636be5a9d19eef0a83cf1 (diff) | |
expose running stitch length in meander
Diffstat (limited to 'lib')
| -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 46f04edc..07da3211 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -413,7 +413,7 @@ class FillStitch(EmbroideryElement): unit='mm', type='float', default=1.5, - select_items=[('fill_method', 0), ('fill_method', 2)], + select_items=[('fill_method', 0), ('fill_method', 2), ('fill_method', 4)], sort_index=6) def running_stitch_length(self): return max(self.get_float_param("running_stitch_length_mm", 1.5), 0.01) |
