diff options
| author | Lex Neva <github@lexneva.name> | 2016-05-16 22:09:04 -0400 |
|---|---|---|
| committer | Lex Neva <github@lexneva.name> | 2016-05-16 22:09:04 -0400 |
| commit | 9f59051c979920b733ac54457aad4509ef0324ad (patch) | |
| tree | 54241ca15bcd84bce735492eb6dd2c0a6e07958c /embroider_params.py | |
| parent | 4f5a719899e4086fb952e80b6d55c571d9b64842 (diff) | |
add satin underlay and offset params
Diffstat (limited to 'embroider_params.py')
| -rw-r--r-- | embroider_params.py | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
