Skip to content

Commit

Permalink
Restore original weights. Fixes #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
teejaydub committed Oct 9, 2018
1 parent d06b057 commit 2ddda10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spline.scad
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function subdivide_loop(path, i=0) =
[path[i], interpolateClosed(path, n, i)]
]));

weight = [-1, 8, 8, -1] / 14;
weight = [-1, 9, 9, -1] / 16;
weight0 = [6, 11, -1] / 16;
weight2 = [1, 1] / 2;

Expand Down

0 comments on commit 2ddda10

Please sign in to comment.