From 08581d7eae58f08af6bc57fdc9a69e47f1f8768b Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 17 Nov 2022 01:51:33 -0500 Subject: Make pull-compensation and insets per-side --- lib/svg/tags.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/svg') 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', -- cgit v1.2.3