From 9f59051c979920b733ac54457aad4509ef0324ad Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 16 May 2016 22:09:04 -0400 Subject: add satin underlay and offset params --- embroider_params.inx | 2 ++ embroider_params.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/embroider_params.inx b/embroider_params.inx index 0f3457fe..e808e822 100644 --- a/embroider_params.inx +++ b/embroider_params.inx @@ -14,6 +14,8 @@ + + all diff --git a/embroider_params.py b/embroider_params.py index 01537787..03390c3b 100644 --- a/embroider_params.py +++ b/embroider_params.py @@ -26,6 +26,8 @@ class EmbroiderParams(inkex.Effect): "satin_column", "stroke_first", "pull_compensation", + "satin_underlay", + "satin_underlay_inset", ] for param in self.params: -- cgit v1.2.3