include <../OpenSCADlibs/NopSCADlib/lib.scad> use <../OpenSCADlibs/NopSCADlib/core.scad> use <../OpenSCADlibs/NopSCADlib/vitamins/dip.scad> //translate([15,20,9])rotate([90,0,0])pdip(8,"NE555"); //translate([15,40,9])rotate([-90,180,0])pdip(8,"LM358"); difference(){ union() { cube([30,50,6]); // translate([11,9,3])cylinder(h=4,r=1); translate([13,14.5,3])cube([4,6,7]); //translate([13,12.5,3])cube([4,3,7]); translate([13,39.5,3])cube([4,3,7]); // translate([13,19.6,3])cube([3,2,7]); } translate([11.5,16,5])cube([7,3.3,10]); translate([0,17.2,4])cube([40,1,4]); translate([15,17.5,-1])cylinder(h=10,r=1.5); translate([11.5,41,5])cube([7.3,3.3,10]); translate([0,42,4])cube([40,1,4]); translate([15,42.5,-1])cylinder(h=10,r=1.2); translate([6,-5,5])cube([1.2,60,5]); translate([6.5,18,-1])cylinder(h=10,r=2); translate([6.5,42.5,-1])cylinder(h=10,r=2); translate([6.5,35,-1])cylinder(h=10,r=2); translate([6.5,8,-1])cylinder(h=10,r=2); translate([23,-5,5])cube([1.2,60,5]); //translate([23.5,13,-1])cylinder(h=10,r=2); translate([23.5,42.5,-1])cylinder(h=10,r=2); translate([23.5,30,-1])cylinder(h=10,r=2); translate([18,17,5])cube([3,8,10]); }