diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-04-01 22:52:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 22:52:27 +0200 |
| commit | a5aa9dd68853c387c066114438cd66ca52501261 (patch) | |
| tree | cbfdc8c3cfbc2730ad7ee33658cd3e09d3bfdcdf /lib/svg | |
| parent | 16c241c5166f14afcc177001288b539da3e55ae4 (diff) | |
add stitch tolerance to satin underlays (#2814)
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 961a3028..c05a9712 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -135,10 +135,12 @@ inkstitch_attribs = [ 'swap_satin_rails', 'center_walk_underlay', 'center_walk_underlay_stitch_length_mm', + 'center_walk_underlay_stitch_tolerance_mm', 'center_walk_underlay_repeats', 'center_walk_underlay_position', 'contour_underlay', 'contour_underlay_stitch_length_mm', + 'contour_underlay_stitch_tolerance_mm', 'contour_underlay_inset_mm', 'contour_underlay_inset_percent', 'zigzag_underlay', |
