.
This commit is contained in:
parent
abfa419865
commit
3e808c9ad3
10530
guide2.stl
Normal file
10530
guide2.stl
Normal file
File diff suppressed because it is too large
Load Diff
16
led-folder.scad
Normal file
16
led-folder.scad
Normal file
|
@ -0,0 +1,16 @@
|
|||
difference(){
|
||||
union(){
|
||||
linear_extrude(height = 4,$fn=100)
|
||||
import (file = "profils.dxf", layer = "0");
|
||||
linear_extrude(height = 10,$fn=100)
|
||||
import (file = "profils.dxf", layer = "1");
|
||||
}
|
||||
|
||||
union(){
|
||||
translate ([0,0,3.1])
|
||||
linear_extrude(height = 1,$fn=100)
|
||||
import (file = "profils.dxf", layer = "anode-cathode-hole");
|
||||
translate ([0,0,2.5])
|
||||
cylinder (r=2.5, h=2, $fn=50);
|
||||
}
|
||||
}
|
2520
profils.dxf
Normal file
2520
profils.dxf
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user