summaryrefslogtreecommitdiff
path: root/lib/extensions/__init__.py
diff options
context:
space:
mode:
authorClaudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com>2024-06-04 20:18:13 +0200
committerGitHub <noreply@github.com>2024-06-04 20:18:13 +0200
commit38206d4eade913cc846e00fd41e85b561e1c926b (patch)
treec03dd21cc60deed9767d3a75bcd81eb72fd373cc /lib/extensions/__init__.py
parent65edab540072d96e00b5d28aef2573d399693a46 (diff)
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 <reni@allenka.de>
Diffstat (limited to 'lib/extensions/__init__.py')
-rw-r--r--lib/extensions/__init__.py2
1 files changed, 2 insertions, 0 deletions
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,