diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-02-27 19:36:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-27 19:36:39 +0100 |
| commit | a90a4e98972debacd2899b67a240ef3204d15ae6 (patch) | |
| tree | 7641a1e551fcd78ee9cb47e6c3571f506d539ace /lib/elements/fill_stitch.py | |
| parent | ec076315bb8b5f901670fee1c06db028242b21fd (diff) | |
row spacing for circular fill (#2099)
Diffstat (limited to 'lib/elements/fill_stitch.py')
| -rw-r--r-- | lib/elements/fill_stitch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index 8eb12af2..c49f0b94 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -256,6 +256,7 @@ class FillStitch(EmbroideryElement): select_items=[('fill_method', 'auto_fill'), ('fill_method', 'contour_fill'), ('fill_method', 'guided_fill'), + ('fill_method', 'circular_fill'), ('fill_method', 'legacy_fill')], default=0.25) def row_spacing(self): |
