From a5aa9dd68853c387c066114438cd66ca52501261 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:52:27 +0200 Subject: add stitch tolerance to satin underlays (#2814) --- lib/svg/tags.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/svg') 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', -- cgit v1.2.3