top of the box
This commit is contained in:
parent
095ca80801
commit
4ac75ef012
14
box/box.scad
Normal file
14
box/box.scad
Normal file
|
@ -0,0 +1,14 @@
|
|||
difference(){
|
||||
union(){
|
||||
linear_extrude (height=3)
|
||||
import (file="profils.dxf", layer="borders", $fn=200);
|
||||
|
||||
translate([0,0,2.99])
|
||||
linear_extrude (height=2)
|
||||
import (file="profils.dxf", layer="tranche", $fn=200);
|
||||
}
|
||||
translate([0,0,1])
|
||||
linear_extrude (height=6)
|
||||
import (file="profils.dxf", layer="holes-for-buttons", $fn=200);
|
||||
}
|
||||
|
3538
box/profils.dxf
Normal file
3538
box/profils.dxf
Normal file
File diff suppressed because it is too large
Load Diff
6638
box/top.stl
Normal file
6638
box/top.stl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user