From 26784be265e02e1dd99988e233dffcd324caa6b1 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:54:32 +0100 Subject: enable the expand option for contour fill (#3462) --- 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 41ac1de1..03a8e154 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -271,6 +271,7 @@ class FillStitch(EmbroideryElement): ('fill_method', 'guided_fill'), ('fill_method', 'meander_fill'), ('fill_method', 'circular_fill'), + ('fill_method', 'contour_fill'), ('fill_method', 'tartan_fill'), ('fill_method', 'linear_gradient_fill')]) def expand(self): -- cgit v1.2.3