Rev | Author | Line No. | Line |
---|---|---|---|
4490 | jacho | 1 | $fn=40; // model faces resolution. |
2 | include <../configuration.scad> |
||
3 | |||
4 | include <polyScrewThread_r1.scad> |
||
5 | |||
6 | PI=3.141592; |
||
7 | module WINDGAUGE02A_S04() |
||
8 | { |
||
9 | difference() |
||
10 | { |
||
11 | translate([0,0,0]) |
||
12 | cylinder (h = S01_sila_drzaku_RJ11, r=(S01_prumer_vnitrni)/2-S01_hloubka_zavitu/2+0.5, $fn=100); |
||
13 | |||
14 | translate([0,0,S01_sila_drzaku_RJ11/2]) |
||
15 | cube([S01_hrana_A_RJ11,S01_hrana_B_RJ11,S01_sila_drzaku_RJ11+0.01],center=true); |
||
16 | |||
17 | |||
18 | } |
||
19 | |||
20 | } |
||
21 | |||
22 | |||
23 | |||
24 | |||
25 | WINDGAUGE02A_S04(); |
||
26 | |||
27 |