1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2025-01-01 21:42:14 +00:00
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");
}
}