Line 1... |
Line 1... |
1 |
use <../src/plbase.scad> |
1 |
use <../src/plbase.scad> |
2 |
|
- |
|
3 |
|
- |
|
4 |
|
- |
|
5 |
include <../src/manufactury_conf.scad> |
2 |
include <../src/manufactury_conf.scad> |
6 |
include <../configuration.scad> |
3 |
include <../configuration.scad> |
7 |
include <../src/otvory_conf.scad> |
4 |
include <../src/otvory_conf.scad> |
8 |
use <../src/otvory.scad> |
5 |
use <../src/otvory.scad> |
9 |
|
- |
|
10 |
difference() { |
6 |
difference() { |
11 |
translate([0,0,tloustka_plbase/2]) |
7 |
translate([0,0,tloustka_plbase/2]) |
12 |
rotate(a=[0,0,0]) |
8 |
rotate(a=[0,0,0]) |
13 |
{ |
9 |
{ |
14 |
|
- |
|
15 |
plbase_vrchni_kryt_pro_odecet(pocet_der1-1,pocet_der2-1,radidus_hrany,vzdalenost_der,vzdalenost_od_okraje,prumer_sroubu,vyska_bocnice,prekryti_der,tloustka_bocnice,plbase_tolerance_horni,tloustka_plbase); |
10 |
plbase_vrchni_kryt_pro_odecet(pocet_der1-1,pocet_der2-1,radidus_hrany,vzdalenost_der,vzdalenost_od_okraje1,vzdalenost_od_okraje2,prumer_sroubu,vyska_bocnice,prekryti_der,tloustka_bocnice,plbase_tolerance_horni,tloustka_plbase); |
16 |
|
- |
|
17 |
|
- |
|
18 |
|
- |
|
19 |
} |
11 |
} |
20 |
translate([-3.5,50,1]) |
12 |
translate([-3.5,50,1]) |
21 |
rotate(a=[-90,0,0]) |
13 |
rotate(a=[-90,0,0]) |
22 |
IR(tloustka_plbase,vyska_bocnice); |
14 |
IR(tloustka_plbase,vyska_bocnice); |
23 |
|
- |
|
24 |
} |
15 |
} |