diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-04-18 07:39:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 07:39:15 +0200 |
| commit | 8137481953398b22f6eb9c2f7497102f82ccee0b (patch) | |
| tree | 48beb04fc73921f69d3f71cdaa16acc98e998fbc /lib/svg | |
| parent | 37f3c57b9522f779a36e9e9a8d1f93db8f43e6fd (diff) | |
Disconnect stroke and fill pull compensation param (#3670)
* make stroke pull compensation a sided property
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 17b0007c..d7d6ec06 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -157,6 +157,7 @@ inkstitch_attribs = [ 'zigzag_underlay_spacing_mm', 'zigzag_underlay_max_stitch_length_mm', 'e_stitch', + 'stroke_pull_compensation_mm', 'pull_compensation_mm', 'pull_compensation_percent', 'stroke_first', |
