From b525188788cbed633aef75c2d6950f029023b1d4 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sun, 27 Nov 2022 14:56:03 +0100 Subject: fix ripples plot_points_on_rails --- lib/stitches/ripple_stitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/stitches/ripple_stitch.py b/lib/stitches/ripple_stitch.py index 67362f12..6b7ce6ca 100644 --- a/lib/stitches/ripple_stitch.py +++ b/lib/stitches/ripple_stitch.py @@ -220,7 +220,7 @@ def _get_start_rotation(line): def _generate_satin_guide_helper_lines(stroke, outline, guide_line): spacing = guide_line.center_line.length / (stroke.get_line_count() - 1) - rail_points = guide_line.plot_points_on_rails(spacing, 0) + rail_points = guide_line.plot_points_on_rails(spacing) point0 = rail_points[0][0] point1 = rail_points[1][0] -- cgit v1.2.3