mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 14:27:45 +02:00
added comments
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user