diff options
| author | George Steel <george.steel@gmail.com> | 2022-11-17 01:51:33 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-11-17 01:51:33 -0500 |
| commit | 08581d7eae58f08af6bc57fdc9a69e47f1f8768b (patch) | |
| tree | 2711015a4556a6afe352d327d749068d4ec55bba /lib/svg | |
| parent | e2ab19d92fbad798ff8a785646ce7aaddc36abaa (diff) | |
Make pull-compensation and insets per-side
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 21aee22b..219a9b56 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -106,21 +106,20 @@ inkstitch_attribs = [ 'center_walk_underlay', 'center_walk_underlay_stitch_length_mm', 'center_walk_underlay_repeats', - 'center_walk_underlay_balance', + 'center_walk_underlay_position', 'contour_underlay', 'contour_underlay_stitch_length_mm', 'contour_underlay_inset_mm', 'contour_underlay_inset_percent', - 'contour_underlay_inset_balance', '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', - 'pull_compensation_balance', 'stroke_first', # stitch_plan 'invisible_layers', |
