diff options
| author | George Steel <george.steel@gmail.com> | 2022-11-17 01:51:33 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-11-17 01:51:33 -0500 |
| commit | 08581d7eae58f08af6bc57fdc9a69e47f1f8768b (patch) | |
| tree | 2711015a4556a6afe352d327d749068d4ec55bba /lib/stitches/ripple_stitch.py | |
| parent | e2ab19d92fbad798ff8a785646ce7aaddc36abaa (diff) | |
Make pull-compensation and insets per-side
Diffstat (limited to 'lib/stitches/ripple_stitch.py')
| -rw-r--r-- | lib/stitches/ripple_stitch.py | 2 |
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) |
