From 38206d4eade913cc846e00fd41e85b561e1c926b Mon Sep 17 00:00:00 2001 From: Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:18:13 +0200 Subject: Claudine/redwork (#2958) * add redwork extension * fix issue when multiple lines have the same start and end output to underlay and top layer paths * use more networks algo * make style corrections * make starting point effective * organize in connected groups * ending point ending point could be used as starting point if no starting point is given * add a comment * don't add connected group if the whole design is connected, don't add connected group * remove too short paths * bug correction use length of linestring not the distance betweend endpoiints * allow parameters setting stitch_length for both redwork and underpath bean_stitch for redwork * style correction --------- Co-authored-by: Kaalleen --- lib/extensions/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/extensions/__init__.py') diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index c0c3bb65..a4c8edca 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -47,6 +47,7 @@ from .palette_to_text import PaletteToText from .params import Params from .preferences import Preferences from .print_pdf import Print +from .redwork import Redwork from .remove_embroidery_settings import RemoveEmbroiderySettings from .reorder import Reorder from .satin_multicolor import SatinMulticolor @@ -109,6 +110,7 @@ __all__ = extensions = [ApplyPalette, Params, Preferences, Print, + Redwork, RemoveEmbroiderySettings, Reorder, SatinMulticolor, -- cgit v1.2.3