Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include <doblo-factory.scad>;
- include <lib/doblo-params-repl.scad>;
- difference () {
- doblo(col=0,row=0,up=0,width=1,length=2,
- height=2*FULL,nibbles_on_off=true,
- diamonds_on_off=false,scale=DOBLO);
- translate([8,-8,35])cylinder(10,d=5,center=yes);
- translate([-1,-16,28.5]) rotate([0,90,0]) cylinder (10,d=8.5);
- translate([-1,-16,18.5]) rotate([0,90,0]) cylinder (10,d=8.5);
- translate([-1,-16,8.5]) rotate([0,90,0]) cylinder (10,d=8.5);
- #translate([4,-30,-1])cube([8,28,36]);
- //translate([2,-30,-1])cube([10,28,36]);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement