summaryrefslogtreecommitdiff
path: root/lib/stitches/ripple_stitch.py
diff options
context:
space:
mode:
authorGeorge Steel <george.steel@gmail.com>2022-11-24 21:14:26 -0500
committerGitHub <noreply@github.com>2022-11-24 21:14:26 -0500
commitac655910eb4d283e3c00b27260fd1d2dbecd903e (patch)
tree87134bfa73b0a5461b88584145f80d7e9c150d15 /lib/stitches/ripple_stitch.py
parentdf4c5cd59b0e391048c8fd2271893dbd49ec7cd3 (diff)
parent81168fd299c27b1f6a7c5ed62a3a5ca3ff95acbb (diff)
Merge pull request #1897 from inkstitch/george-steel/pull-comp-percent
Add proportional and asymmetric pull compensation and underlay inset options to satin columns, plus a param to swap the 2 rails.
Diffstat (limited to 'lib/stitches/ripple_stitch.py')
-rw-r--r--lib/stitches/ripple_stitch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/ripple_stitch.py b/lib/stitches/ripple_stitch.py
index 6a0ef7f0..67362f12 100644
--- a/lib/stitches/ripple_stitch.py
+++ b/lib/stitches/ripple_stitch.py
@@ -74,7 +74,7 @@ def _get_satin_ripple_helper_lines(stroke):
length = stroke.grid_size or stroke.running_stitch_length
# use satin column points for satin like build ripple stitches
- rail_points = SatinColumn(stroke.node).plot_points_on_rails(length, 0)
+ rail_points = SatinColumn(stroke.node).plot_points_on_rails(length)
steps = _get_steps(stroke.get_line_count(), exponent=stroke.exponent, flip=stroke.flip_exponent)