diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-06-24 07:25:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 07:25:22 +0200 |
| commit | 3985b5ac719cb699b1539bce0bc7376970702b4d (patch) | |
| tree | 2410a1257c7059b949a7fa442e0b07f846a64990 /lib/svg | |
| parent | 2f41b15ccb7e57bf763305845734d9e39d29be81 (diff) | |
Add short stitch feature to satin column (#1695)
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 1ff425ec..63c815fc 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -99,6 +99,8 @@ inkstitch_attribs = [ 'running_stitch_tolerance_mm', # satin column 'satin_column', + 'short_stitch_distance_mm', + 'short_stitch_inset', 'running_stitch_length_mm', 'center_walk_underlay', 'center_walk_underlay_stitch_length_mm', |
