1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-21 06:29:46 +01:00

added comments

This commit is contained in:
Justin Lin 2017-06-01 09:12:34 +08:00
parent 7ea59ddfd5
commit 67b25a0ab0

View File

@ -65,6 +65,7 @@ module rounded_cube(size, corner_r, center = false) {
test_rounded_edge_corner_center(corner_frags, corners, center_pts);
}
// override it to test
module test_rounded_edge_corner_center(corner_frags, corners, center_pts) {
}