diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-01-26 07:37:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 07:37:21 +0100 |
| commit | 160ef32d43f5fc0d7229dbec6e7daf638a811d15 (patch) | |
| tree | 694256bd5b8534c4756c5c32fac49a769b1658c1 /lib/svg | |
| parent | c08e17b1f8290959b01fada161f0ee339454f8ea (diff) | |
Improve satin guided ripple stitch and add stitch grid first option (#3436)
* ripple stitch: add stitch grid first option
* introduce an anchor line to fine tune satin guided ripples
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 99027571..f965a4f4 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -122,7 +122,7 @@ inkstitch_attribs = [ 'flip_copies', 'line_count', 'min_line_dist_mm', - 'render_at_rungs', + 'satin_guide_pattern_position', 'exponent', 'flip_exponent', 'skip_start', @@ -132,6 +132,7 @@ inkstitch_attribs = [ 'scale_end', 'rotate_ripples', 'grid_size_mm', + 'grid_first', # satin column 'satin_column', 'satin_method', |
