1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-05 14:27:45 +02:00
This commit is contained in:
Justin Lin
2019-09-28 20:36:17 +08:00
parent 3b13717d3d
commit aa6afab346

View File

@@ -18,7 +18,7 @@ module triangle(t, side_leng, thickness) {
]); ]);
hull_polyline2d( hull_polyline2d(
[for(tu = [t, t2, t3, t]) t2d(tu, "point")], [for(turtle = [t, t2, t3, t]) t2d(turtle, "point")],
thickness thickness
); );
} }