diff options
| author | Kaalleen <reni@allenka.de> | 2022-11-27 14:56:03 +0100 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-11-27 14:56:03 +0100 |
| commit | b525188788cbed633aef75c2d6950f029023b1d4 (patch) | |
| tree | 632b045ff689f2c13614007e6bfa35ce9583b921 /lib | |
| parent | b8161a97c3d279265cb322697f5e2e824b666fbc (diff) | |
fix ripples plot_points_on_rails
Diffstat (limited to 'lib')
| -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 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] |
