/Modules/Mechanical/Boxes/BASEBOX02A/CAD/configuration/otvory.scad |
---|
188,6 → 188,36 |
UNIPOWER03A_sirka_mod_otvory=4; //kolik modul zabira der |
UNIPOWER03A_vzdalenost_konektoru=5; //vzdalenost kraje konektoru od středu šroubu |
UNIPOWER03A_vyska_nad_plbase=6; //vyska mezi albase a konektorem |
translate([(UNIPOWER03A_sirka_mod_otvory-1)*vzdalenost_der-UNIPOWER03A_sirka_kon-UNIPOWER03A_vzdalenost_konektoru,-tloustka_bocnice/2-0.05,UNIPOWER03A_vyska_nad_plbase]) |
cube(size = [UNIPOWER03A_sirka_kon,tloustka_bocnice+0.1,UNIPOWER03A_vyska_kon], center = false); |
} |
} |
module CHLADICI_OTVORY(tloustka_bocnice,vzdalenost_der,delka,vyska_bocnice) |
{ |
CHLADICI_OTVORY_mezera=0.8; |
CHLADICI_OTVORY_snizeni_vysky=10; |
CHLADICI_OTVORY_prekryti=1.2; |
for (a =[1:delka]) |
translate([vzdalenost_der*(a-1),0,0]) |
{ |
union() { |
translate([CHLADICI_OTVORY_prekryti/2,-CHLADICI_OTVORY_mezera/2+0.005,CHLADICI_OTVORY_snizeni_vysky/2]) |
cube(size = [(vzdalenost_der-2*CHLADICI_OTVORY_prekryti)/2,(tloustka_bocnice+CHLADICI_OTVORY_mezera)/2,vyska_bocnice-CHLADICI_OTVORY_snizeni_vysky], center = false); |
translate([(vzdalenost_der+CHLADICI_OTVORY_prekryti)/2,-tloustka_bocnice/2-0.005,CHLADICI_OTVORY_snizeni_vysky/2]) |
cube(size = [(vzdalenost_der-2*CHLADICI_OTVORY_prekryti)/2,(tloustka_bocnice+CHLADICI_OTVORY_mezera)/2,vyska_bocnice-CHLADICI_OTVORY_snizeni_vysky], center = false); |
translate([(vzdalenost_der-CHLADICI_OTVORY_prekryti)/2,-CHLADICI_OTVORY_mezera/2,CHLADICI_OTVORY_snizeni_vysky/2]) |
cube(size = [CHLADICI_OTVORY_prekryti,CHLADICI_OTVORY_mezera,vyska_bocnice-CHLADICI_OTVORY_snizeni_vysky], center = false); |
translate([(vzdalenost_der-CHLADICI_OTVORY_prekryti)/2+vzdalenost_der/2,-CHLADICI_OTVORY_mezera/2,CHLADICI_OTVORY_snizeni_vysky/2]) |
cube(size = [CHLADICI_OTVORY_prekryti+1,CHLADICI_OTVORY_mezera,vyska_bocnice-CHLADICI_OTVORY_snizeni_vysky], center = false); |
} |
}; |
} |
/Modules/Mechanical/Boxes/BASEBOX02A/CAD/configuration.scad |
---|
11,10 → 11,10 |
vzdalenost_od_okraje = 5.08; //vzdalenost stredu upevnovaci diry od kraje desky |
//mala hrana |
pocet_der1 = 5; //pocet děr v ose y |
pocet_der1 = 2; //pocet děr v ose y |
//velka hrana |
pocet_der2 = 9; //pocet der v ose x |
pocet_der2 = 5; //pocet der v ose x |
//*/ |
/Modules/Mechanical/Boxes/BASEBOX02A/CAD/upravena_bocnice.scad |
---|
42,8 → 42,8 |
posun_p3=0; |
translate([posun_p3*vzdalenost_der,0,0]) |
UNIPOWER02A(tloustka_bocnice,vzdalenost_der); |
// UNIPOWER02A(tloustka_bocnice,vzdalenost_der); |
CHLADICI_OTVORY(tloustka_bocnice,vzdalenost_der,4,vyska_bocnice); |
} |
} |
92,25 → 92,26 |
{ |
//složí k posunu otvoru v násobku děr |
posun_l1=10; |
translate([-posun_l1*vzdalenost_der,0,0]) |
translate([0,-posun_l1*vzdalenost_der,0]) |
rotate(a=[0,0,-90]) |
USBI2C01A(tloustka_bocnice,vzdalenost_der); |
posun_l2=10; |
translate([-posun_l2*vzdalenost_der,0,0]) |
translate([0,-posun_l2*vzdalenost_der,0]) |
rotate(a=[0,0,-90]) |
I2CDIFF01A(tloustka_bocnice,vzdalenost_der); |
posun_l3=10; |
translate([-posun_l3*vzdalenost_der,0,0]) |
translate([0,-posun_l3*vzdalenost_der,0]) |
rotate(a=[0,0,-90]) |
MIC338(tloustka_bocnice,vzdalenost_der,vyska_bocnice); |
posun_l4=0; |
translate([-posun_l4*vzdalenost_der,0,0]) |
rotate(a=[0,0,-90]) |
UNIPOWER03A(tloustka_bocnice,vzdalenost_der); |
translate([0,-posun_l4*vzdalenost_der,0]) |
rotate(a=[0,0,-90]) |
CHLADICI_OTVORY(tloustka_bocnice,vzdalenost_der,pocet_der1-1,vyska_bocnice); |
} |
121,6 → 122,32 |
//Vytvoreni praveho celicka krabicky |
//-------------------------------------------------------- |
translate([+((pocet_der2-1)*vzdalenost_der)/2+vzdalenost_od_okraje+tloustka_bocnice/2,0,-(vyska_bocnice/2)]) |
{ |
//složí k posunu otvoru v násobku děr |
posun_pr1=10; |
translate([0,posun_pr1*vzdalenost_der,0]) |
rotate(a=[0,0,90]) |
UNIPOWER03A(tloustka_bocnice,vzdalenost_der); |
posun_pr2=10; |
translate([0,posun_pr2*vzdalenost_der,0]) |
rotate(a=[0,0,90]) |
I2CDIFF01A(tloustka_bocnice,vzdalenost_der); |
posun_pr3=10; |
translate([0,posun_pr3*vzdalenost_der,0]) |
rotate(a=[0,0,90]) |
MIC338(tloustka_bocnice,vzdalenost_der,vyska_bocnice); |
posun_pr4=0; |
translate([0,posun_pr4*vzdalenost_der,0]) |
rotate(a=[0,0,90]) |
CHLADICI_OTVORY(tloustka_bocnice,vzdalenost_der,pocet_der1-1,vyska_bocnice); |
} |
} |