Glasuntersetzer/01_base_glass_ikea_rund_Ver...

48 lines
1.6 KiB
OpenSCAD

//use <mendel_misc.inc>
//use <parametric_involute_gear_v5.0.scad>
$fn=50; //100
h = 20;
//motor-rad
//color("blue")
union(){
difference(){
union(){
translate([0, 0, 0]) cylinder (h+1.5,35,35); //platform zylinder
// translate([0, 0, 50]) cube ([60,5,6]); //Motorwelle
}
//translate([0, 0, 2]) cylinder (20,33,33,$fn=8); //ausschnitt glas 8eck
translate([0, 0, 2]) cylinder (22,31.5,31.5); //platform zylinder
translate([0, 0, 16]) cylinder (4,33,33); //dichtring
//color("blue") translate([-10.5, 6, 2]) cube ([21,26,4]); //Charger module
//color("blue") translate([-10.5, 6, 6]) cube ([21,20,2]); //Charger space
//color("blue") translate([-10.5, 6, 6]) cube ([21,12,4]); //Charger space
//color("blue") translate([-4.5, 30, 2]) cube ([9,5.5,4]); //Charger usb
//color("red") translate([26-14-2, 18, h-6-11]) cube ([14,6,11]); //Power-Switch
//color("black") translate([24, 10, 3]) cube ([2,10,11]); //Power-Switch-cable
//color("red") translate([26-14-2, 16, 14-6]) cube ([14,2,2]);//Power-Switch-cable
//color("yellow") translate([-10, -10-8, 4]) cube ([20,24,15]); //WLAN module
//lipo 50x35x3
// translate([-26, -18, h-6-5]) cube ([52,36,5]); //AKKU
// color("red") translate([-5, -25, h-6-5]) cube ([10,6,5]); //LED
// color("red") translate([-5, 19, h-6-5]) cube ([10,6,5]); //LED
// color("red") translate([-2, -25, h-6-5-2]) cube ([4,50,2]); //LED kabel
}
// color("red") translate([-3, 18, 2]) cube ([6,1,6]); //support
// color("black") translate([-1, 27, 2]) cube ([1,7,6]); //support
// color("black") translate([10, 19, 3]) cube ([1,4,6]); //support
}