diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-11-18 11:54:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-18 11:54:14 +0100 |
| commit | dde0444ac29f663579e70c1214ca4faa9862f0a6 (patch) | |
| tree | 4dd9f03c41e2bb3d7e07742d6aeab0255f4eb322 /lib/svg | |
| parent | d15b1f40c758fc6c2fe324a9926e9722d504b2a4 (diff) | |
Manual ripple pattern (#3256)
* ripple stitch: add manual pattern placement option
* add flip copies option
* rewrite adjust grid
* more control for satin guided ripples: render at rungs
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 470288a2..b8f04ef2 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -118,8 +118,11 @@ inkstitch_attribs = [ 'cutwork_needle', 'zigzag_width_mm', # ripples + 'manual_pattern_placement', + 'flip_copies', 'line_count', 'min_line_dist_mm', + 'render_at_rungs', 'exponent', 'flip_exponent', 'skip_start', |
