Rev 4578 | Rev 4580 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | translate([posun_p2*vzdalenost_der,0,0]) |
40 | translate([posun_p2*vzdalenost_der,0,0]) |
41 | I2CDIFF01A(tloustka_bocnice,vzdalenost_der); |
41 | I2CDIFF01A(tloustka_bocnice,vzdalenost_der); |
42 | |
42 | |
43 | posun_p3=0; |
43 | posun_p3=0; |
44 | translate([posun_p3*vzdalenost_der,0,0]) |
44 | translate([posun_p3*vzdalenost_der,0,0]) |
45 | UNIPOWER02A(tloustka_bocnice,vzdalenost_der); |
45 | // UNIPOWER02A(tloustka_bocnice,vzdalenost_der); |
46 | |
46 | CHLADICI_OTVORY(tloustka_bocnice,vzdalenost_der,4,vyska_bocnice); |
47 | } |
47 | } |
48 | } |
48 | } |
49 | |
49 | |
50 | |
50 | |
51 | |
51 | |
Line 90... | Line 90... | ||
90 | |
90 | |
91 | translate([-((pocet_der2-1)*vzdalenost_der)/2-vzdalenost_od_okraje-tloustka_bocnice/2,(pocet_der1-1)*vzdalenost_der,-(vyska_bocnice/2)]) |
91 | translate([-((pocet_der2-1)*vzdalenost_der)/2-vzdalenost_od_okraje-tloustka_bocnice/2,(pocet_der1-1)*vzdalenost_der,-(vyska_bocnice/2)]) |
92 | { |
92 | { |
93 | //složí k posunu otvoru v násobku děr |
93 | //složí k posunu otvoru v násobku děr |
94 | posun_l1=10; |
94 | posun_l1=10; |
95 | translate([-posun_l1*vzdalenost_der,0,0]) |
95 | translate([0,-posun_l1*vzdalenost_der,0]) |
96 | rotate(a=[0,0,-90]) |
96 | rotate(a=[0,0,-90]) |
97 | USBI2C01A(tloustka_bocnice,vzdalenost_der); |
97 | USBI2C01A(tloustka_bocnice,vzdalenost_der); |
98 | |
98 | |
99 | posun_l2=10; |
99 | posun_l2=10; |
100 | |
100 | |
101 | translate([-posun_l2*vzdalenost_der,0,0]) |
101 | translate([0,-posun_l2*vzdalenost_der,0]) |
102 | rotate(a=[0,0,-90]) |
102 | rotate(a=[0,0,-90]) |
103 | I2CDIFF01A(tloustka_bocnice,vzdalenost_der); |
103 | I2CDIFF01A(tloustka_bocnice,vzdalenost_der); |
104 | |
104 | |
105 | posun_l3=10; |
105 | posun_l3=10; |
106 | translate([-posun_l3*vzdalenost_der,0,0]) |
106 | translate([0,-posun_l3*vzdalenost_der,0]) |
107 | rotate(a=[0,0,-90]) |
107 | rotate(a=[0,0,-90]) |
108 | MIC338(tloustka_bocnice,vzdalenost_der,vyska_bocnice); |
108 | MIC338(tloustka_bocnice,vzdalenost_der,vyska_bocnice); |
109 | |
109 | |
110 | posun_l4=0; |
110 | posun_l4=0; |
111 | translate([-posun_l4*vzdalenost_der,0,0]) |
111 | translate([0,-posun_l4*vzdalenost_der,0]) |
- | 112 | |
|
112 | rotate(a=[0,0,-90]) |
113 | rotate(a=[0,0,-90]) |
113 | UNIPOWER03A(tloustka_bocnice,vzdalenost_der); |
114 | CHLADICI_OTVORY(tloustka_bocnice,vzdalenost_der,pocet_der1-1,vyska_bocnice); |
114 | |
115 | |
115 | |
116 | |
116 | } |
117 | } |
117 | |
118 | |
118 | |
119 | |
119 | |
120 | |
120 | |
121 | |
121 | |
122 | |
122 | //Vytvoreni praveho celicka krabicky |
123 | //Vytvoreni praveho celicka krabicky |
123 | //-------------------------------------------------------- |
124 | //-------------------------------------------------------- |
- | 125 | translate([+((pocet_der2-1)*vzdalenost_der)/2+vzdalenost_od_okraje+tloustka_bocnice/2,0,-(vyska_bocnice/2)]) |
|
- | 126 | { |
|
- | 127 | //složí k posunu otvoru v násobku děr |
|
- | 128 | posun_pr1=10; |
|
- | 129 | translate([0,posun_pr1*vzdalenost_der,0]) |
|
- | 130 | rotate(a=[0,0,90]) |
|
- | 131 | UNIPOWER03A(tloustka_bocnice,vzdalenost_der); |
|
- | 132 | |
|
- | 133 | posun_pr2=10; |
|
- | 134 | |
|
- | 135 | translate([0,posun_pr2*vzdalenost_der,0]) |
|
- | 136 | rotate(a=[0,0,90]) |
|
- | 137 | I2CDIFF01A(tloustka_bocnice,vzdalenost_der); |
|
- | 138 | |
|
- | 139 | posun_pr3=10; |
|
- | 140 | translate([0,posun_pr3*vzdalenost_der,0]) |
|
- | 141 | rotate(a=[0,0,90]) |
|
- | 142 | MIC338(tloustka_bocnice,vzdalenost_der,vyska_bocnice); |
|
- | 143 | |
|
- | 144 | posun_pr4=0; |
|
- | 145 | translate([0,posun_pr4*vzdalenost_der,0]) |
|
- | 146 | rotate(a=[0,0,90]) |
|
- | 147 | CHLADICI_OTVORY(tloustka_bocnice,vzdalenost_der,pocet_der1-1,vyska_bocnice); |
|
- | 148 | |
|
- | 149 | |
|
- | 150 | } |
|
124 | |
151 | |
125 | |
152 | |
126 | } |
153 | } |
127 | } |
154 | } |
128 | 155 |