mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 23:06:43 +02:00
fixed name error
This commit is contained in:
@@ -30,7 +30,7 @@ module polyline3d(points, thickness, startingStyle = "CAP_CIRCLE", endingStyle =
|
|||||||
p1Style = p1Style, p2Style = p2Style);
|
p1Style = p1Style, p2Style = p2Style);
|
||||||
|
|
||||||
// hook for testing
|
// hook for testing
|
||||||
test_line_segment(index, p1, p2, thickness, p1Style, p2Style);
|
test_line3d_segment(index, p1, p2, thickness, p1Style, p2Style);
|
||||||
}
|
}
|
||||||
|
|
||||||
module polyline3d_inner(index) {
|
module polyline3d_inner(index) {
|
||||||
|
Reference in New Issue
Block a user