diff options
| author | Lex Neva <github@lexneva.name> | 2016-01-30 23:01:34 -0500 |
|---|---|---|
| committer | Lex Neva <github@lexneva.name> | 2016-01-30 23:01:34 -0500 |
| commit | b1e40861add9e238801379f46528cd1d74f81d38 (patch) | |
| tree | 19bf2cddf78c457f1c5a767b7cc1eaffef1117f0 /embroider_params.py | |
| parent | 8c40bd95e0b0ab97cb3744c0627c138e8b259dbf (diff) | |
add satin column to embrioder params plugin
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 648c9744..d9fc21c1 100644 --- a/embroider_params.py +++ b/embroider_params.py @@ -22,6 +22,7 @@ class EmbroiderParams(inkex.Effect): "repeats", "angle", "hatching", + "satin_column" ] for param in self.params: |
