From 36085676c8290a957feef4ac3808f0db42ec6881 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 19 Oct 2016 21:43:20 -0400 Subject: add center walk and zigzag underlay for satin the code's a total hack, but it gets the job done --- embroider_params.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embroider_params.py') diff --git a/embroider_params.py b/embroider_params.py index 03390c3b..20f6c222 100644 --- a/embroider_params.py +++ b/embroider_params.py @@ -28,6 +28,8 @@ class EmbroiderParams(inkex.Effect): "pull_compensation", "satin_underlay", "satin_underlay_inset", + "satin_center_walk", + "satin_zigzag_underlay_spacing", ] for param in self.params: -- cgit v1.2.3