use union correctly.

This commit is contained in:
Julia Longtin 2019-07-19 08:20:18 +01:00
parent 0f8065cc78
commit acae5ef08c

View File

@ -1,5 +1,5 @@
/* Example 13 - The rounded union of a cube and a sphere. */
union {
union () {
cube ([0,0,0],[20,20,20]);
translate ([20,20,20]) sphere (15);
}