diff options
| author | George Steel <george.steel@gmail.com> | 2022-11-06 20:23:21 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-11-06 20:23:21 -0500 |
| commit | 3aa92ba7b7c1bcc2fb04ecddea9e096d2620196d (patch) | |
| tree | 9511a76037acf7d1c64361972c1bf3e65ab5a46f /lib/svg | |
| parent | 4285a6fb7f230547d0c70032c346f6f30956e167 (diff) | |
change pull_compensation_rails to a continuous balance and fix some edge cases.
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index 06c402dc..90a815d7 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -117,7 +117,7 @@ inkstitch_attribs = [ 'e_stitch', 'pull_compensation_mm', 'pull_compensation_percent', - 'pull_compensation_rails', + 'pull_compensation_balance', 'stroke_first', # stitch_plan 'invisible_layers', |
