mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-21 06:29:46 +01:00
added comments
This commit is contained in:
parent
3e2b6d8f3b
commit
7ea59ddfd5
@ -48,7 +48,8 @@ module rounded_cube(size, corner_r, center = false) {
|
||||
}
|
||||
|
||||
center_pts = center ? [0, 0, 0] : [half_x, half_y, half_z];
|
||||
|
||||
|
||||
// Don't use `hull() for(...) {...}` because it's slow.
|
||||
translate(center_pts) hull() {
|
||||
corner(0);
|
||||
corner(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user