diff options
| author | Claudine <claudine@MacBook-Pro-2.local> | 2022-11-06 10:49:25 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-11-06 10:49:25 -0500 |
| commit | 4285a6fb7f230547d0c70032c346f6f30956e167 (patch) | |
| tree | b814c80613be62f895fe9864ef496df5941c77bf /lib/svg | |
| parent | ea13c429973e50ef55ee4bf4403a0618cb9b26d8 (diff) | |
add pull_compensation_percent
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index d113bb6d..06c402dc 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -116,6 +116,8 @@ inkstitch_attribs = [ 'zigzag_underlay_max_stitch_length_mm', 'e_stitch', 'pull_compensation_mm', + 'pull_compensation_percent', + 'pull_compensation_rails', 'stroke_first', # stitch_plan 'invisible_layers', |
