1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 14:56:47 +02:00

update doc

This commit is contained in:
Justin Lin
2022-03-15 20:39:34 +08:00
parent 61ca95d3a1
commit ac9368e74d

View File

@@ -44,7 +44,7 @@ It's a helper for getting data from a theta-maze cell.
} }
if(type == "CCW_WALL" || type == "INWARD_CCW_WALL") { if(type == "CCW_WALL" || type == "INWARD_CCW_WALL") {
polyline_join([innerVt1, innerVt2]) polyline_join([innerVt2, outerVt2])
circle(wall_thickness / 2); circle(wall_thickness / 2);
} }
} }