diff options
| author | Claudine <claudine@MacBook-Pro-2.local> | 2022-11-06 11:03:47 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-11-06 14:31:28 -0500 |
| commit | 72b001e7c227131a01d3bf3ae8678b704127de77 (patch) | |
| tree | b2f98975ffea691fa870fb03b2bea49bc82a0a2d /lib/svg | |
| parent | 4285a6fb7f230547d0c70032c346f6f30956e167 (diff) | |
add random parameters to satin columns
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 06c402dc..a4dfa0ba 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -119,6 +119,13 @@ inkstitch_attribs = [ 'pull_compensation_percent', 'pull_compensation_rails', 'stroke_first', + 'random_split_factor', + 'random_first_rail_factor_in', + 'random_first_rail_factor_out', + 'random_second_rail_factor_in', + 'random_second_rail_factor_out', + 'random_zigzag_spacing', + 'use_seed', # stitch_plan 'invisible_layers', # Legacy |
