Add a cylinder example too.
This commit is contained in:
parent
b186bdd3ce
commit
f0a6e1f797
@ -655,6 +655,9 @@ module TopShell() {
|
|||||||
translate([60, 40, -Thick]) {
|
translate([60, 40, -Thick]) {
|
||||||
cube([30, 90, Thick*3]);
|
cube([30, 90, Thick*3]);
|
||||||
}
|
}
|
||||||
|
translate([120, 85, -Thick]) {
|
||||||
|
cylinder(Thick*3, d=16);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user