1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 08:44:20 +02:00

added comment

This commit is contained in:
Justin Lin
2017-05-26 19:56:48 +08:00
parent 51661728c8
commit 66238ea663

View File

@@ -44,6 +44,7 @@ module polyline2d(points, width, startingStyle = "CAP_SQUARE", endingStyle = "CA
polyline2d_inner(1);
}
// override it to test
module test_line_segment(index, point1, point2, width, p1Style, p2Style) {
}