master
Gnieark 4 years ago
parent ef214b6b22
commit 3968742279

@ -23,7 +23,7 @@ $INSBASE
9 9
$EXTMIN $EXTMIN
10 10
-15.13572432764852 -15.10036169227978
20 20
-7.740270990351505 -7.740270990351505
30 30
@ -31,7 +31,7 @@ $EXTMIN
9 9
$EXTMAX $EXTMAX
10 10
133.0599058276995 133.0245431923308
20 20
38.2604894753764 38.2604894753764
30 30
@ -91,7 +91,7 @@ STANDARD
9 9
$CLAYER $CLAYER
8 8
coupure attache
9 9
$CELTYPE $CELTYPE
6 6
@ -1115,9 +1115,9 @@ AcDbViewportTableRecord
21 21
1 1
12 12
103.524462366075 81.34496396147027
22 22
46.82491067019392 20.19487685240076
13 13
0 0
23 23
@ -1143,9 +1143,9 @@ AcDbViewportTableRecord
37 37
0 0
40 40
159.2684036401154 43.72864001106512
41 41
1.66 1.708128078817734
42 42
50 50
43 43
@ -2235,7 +2235,7 @@ AcDbLayerTableRecord
2 2
0 0
70 70
0 1
62 62
7 7
6 6
@ -2323,7 +2323,7 @@ AcDbLayerTableRecord
2 2
nez nez
70 70
0 1
62 62
7 7
6 6

2760
clip.dxf

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,3 +1,23 @@
module clip()
{
rotate ([90,0,0])
linear_extrude (height=3, $fn = 200)
import (file="clip.dxf", layer="0", $fn=500);
}
translate([21.8,38,1.99997]) rotate([0,0,-90]) clip();
translate([98.2,38,1.99997]) rotate([0,0,-90]) clip();
translate([19.8,-6.8,1.99997]) rotate([0,0,90]) clip();
translate([96.2,-6.8,1.99997]) rotate([0,0,90]) clip();
translate([-5.4,16,1.99997]) rotate([0,0,0]) clip();
translate([67.7,16,1.99997]) rotate([0,0,0]) clip();
translate([51.4,14,1.99997]) rotate([0,0,180]) clip();
translate([123.5,14,1.99997]) rotate([0,0,180]) clip();
difference() difference()
{ {
union(){ union(){
@ -17,8 +37,17 @@ difference()
linear_extrude (height=2, $fn = 200) linear_extrude (height=2, $fn = 200)
import (file="profil-exploded.dxf", layer="nez", $fn=500); import (file="profil-exploded.dxf", layer="nez", $fn=500);
} }
union(){
translate([0,0,-0.00001]) translate([0,0,-0.00001])
linear_extrude (height=7, $fn = 200) linear_extrude (height=7, $fn = 200)
import (file="profil-exploded.dxf", layer="coupure", $fn=500); import (file="profil-exploded.dxf", layer="coupure", $fn=500);
translate([-10,0,5])
rotate([270,0,0])
cylinder(h = 50, r1 = 1.5, r2 = 1.5, center = true/false, $fn=50);
translate([127.8,0,5])
rotate([270,0,0])
cylinder(h = 50, r1 = 1.5, r2 = 1.5, center = true/false, $fn=50);
}
} }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save