stmbl/hw/tools/clip.scad

7 lines
152 B
OpenSCAD
Raw Permalink Normal View History

2017-03-08 14:31:50 +00:00
module clip(){
$fn = 500;
difference(){
linear_extrude(height = 2, center = true, convexity = 10) import(file = "clip.dxf", layer = "0");
}
}