diff options
| author | George Steel <george.steel@gmail.com> | 2022-11-24 21:14:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-24 21:14:26 -0500 |
| commit | ac655910eb4d283e3c00b27260fd1d2dbecd903e (patch) | |
| tree | 87134bfa73b0a5461b88584145f80d7e9c150d15 /lib/svg | |
| parent | df4c5cd59b0e391048c8fd2271893dbd49ec7cd3 (diff) | |
| parent | 81168fd299c27b1f6a7c5ed62a3a5ca3ff95acbb (diff) | |
Merge pull request #1897 from inkstitch/george-steel/pull-comp-percent
Add proportional and asymmetric pull compensation and underlay inset options to satin columns, plus a param to swap the 2 rails.
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 6452cbf3..850256ee 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -104,19 +104,24 @@ inkstitch_attribs = [ 'short_stitch_distance_mm', 'short_stitch_inset', 'running_stitch_length_mm', + 'swap_satin_rails', 'center_walk_underlay', 'center_walk_underlay_stitch_length_mm', 'center_walk_underlay_repeats', + 'center_walk_underlay_position', 'contour_underlay', 'contour_underlay_stitch_length_mm', 'contour_underlay_inset_mm', + 'contour_underlay_inset_percent', 'zigzag_underlay', 'zigzag_spacing_mm', 'zigzag_underlay_inset_mm', + 'zigzag_underlay_inset_percent', 'zigzag_underlay_spacing_mm', 'zigzag_underlay_max_stitch_length_mm', 'e_stitch', 'pull_compensation_mm', + 'pull_compensation_percent', 'stroke_first', # stitch_plan 'invisible_layers', |
