1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-19 07:02:13 +00:00
stmbl/hw/tools/clip.scad
2017-03-08 15:31:50 +01:00

7 lines
152 B
OpenSCAD

module clip(){
$fn = 500;
difference(){
linear_extrude(height = 2, center = true, convexity = 10) import(file = "clip.dxf", layer = "0");
}
}