diff options
| author | Lex Neva <github@lexneva.name> | 2016-05-14 15:19:50 -0400 |
|---|---|---|
| committer | Lex Neva <github@lexneva.name> | 2016-05-14 15:19:50 -0400 |
| commit | 0e185129472d10210fc89ef99d0a191c21a534aa (patch) | |
| tree | 700b0254d6a0c76449bc2bcf2f163fa991049bde /embroider_params.py | |
| parent | 75cd5303029c549568320e233b63cd091eb09042 (diff) | |
add pull compensation for satin columns
Diffstat (limited to 'embroider_params.py')
| -rw-r--r-- | embroider_params.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embroider_params.py b/embroider_params.py index e7ac24c4..01537787 100644 --- a/embroider_params.py +++ b/embroider_params.py @@ -25,6 +25,7 @@ class EmbroiderParams(inkex.Effect): "flip", "satin_column", "stroke_first", + "pull_compensation", ] for param in self.params: |
