diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-26 16:19:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 16:19:35 +0100 |
| commit | ef7d056173cc6d7782d6120c031dae9276725a3d (patch) | |
| tree | 75d2ef67976336a93424b504e42bbf1a394b9a49 /lib/svg | |
| parent | e20161a4ec9a69cb0f1bdfdd16bcd27a8601fde7 (diff) | |
End points (#3370)
* end at nearest point to next element (if requested and possible)
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 5afb2064..99027571 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -169,6 +169,7 @@ inkstitch_attribs = [ 'min_random_split_length_mm', 'running_stitch_position', 'start_at_nearest_point', + 'end_at_nearest_point', # stitch_plan 'invisible_layers', 'layer_visibility', |
