From a90a4e98972debacd2899b67a240ef3204d15ae6 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:36:39 +0100 Subject: row spacing for circular fill (#2099) --- lib/elements/fill_stitch.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/elements/fill_stitch.py') 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): -- cgit v1.2.3