diff options
| author | Lex Neva <github@lexneva.name> | 2016-10-19 21:43:20 -0400 |
|---|---|---|
| committer | Lex Neva <github@lexneva.name> | 2016-10-19 21:43:23 -0400 |
| commit | 36085676c8290a957feef4ac3808f0db42ec6881 (patch) | |
| tree | d5a8be3c641da3266db3745fb61436f020ceac1d /embroider_params.py | |
| parent | b70e0e7fa815c4e79d4470b17bc2339637c401cb (diff) | |
add center walk and zigzag underlay for satin
the code's a total hack, but it gets the job done
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 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: |
