mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-14 11:24:00 +02:00
Merge branch 'rounded_cubes' of https://github.com/martinbudden/NopSCADlib into martinbudden-rounded_cubes
This commit is contained in:
@@ -27,10 +27,13 @@ module rounded_rectangles() {
|
||||
rounded_rectangle([30, 20, 10], 3);
|
||||
|
||||
translate([80, 0])
|
||||
rounded_rectangle_xz([30, 20, 10], 3);
|
||||
rounded_cube_xy([30, 20, 10], 3);
|
||||
|
||||
translate([120, 0])
|
||||
rounded_rectangle_yz([30, 20, 10], 3);
|
||||
rounded_cube_xz([30, 20, 10], 3);
|
||||
|
||||
translate([160, 0])
|
||||
rounded_cube_yz([30, 20, 10], 3);
|
||||
}
|
||||
|
||||
rounded_rectangles();
|
||||
|
Reference in New Issue
Block a user