You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
288 B
OpenSCAD

difference(){
linear_extrude(height=4)
import (file="ecrou.dxf", layer="0", $fn=100);
union(){
translate([0,0,2])
linear_extrude(height=2.4)
import (file="ecrou.dxf", layer="nut-fingerprint", $fn=100);
translate([0,0,-0.1])
cylinder(r=1.6,h=5,$fn=50);
}
}