| difference()
|
| {
|
| color("green", alpha=0.4)
|
| rotate([0,90,0]){
|
| translate([0,0,-30]) cylinder(d=70,h=60);
|
| translate([0,0,30]) cylinder(d1=70,d2=20,h=15);
|
| translate([0,0,45]) cylinder(d=20,h=30);
|
| }
|
| translate([0,0,-25])
|
| color("blue", alpha=0.5 ) import( "/home/gsohler/git/pythonscad/build/3DBenchy.stl");
|
| }
|