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.
ReprapJeanne/fixation-biellette.scad

8 lines
181 B
OpenSCAD

$fn=200;
difference(){
linear_extrude (height=10)
import (file="fixation-Biellette.dxf", layer="0");
union(){
translate([-12.5,1,5]) rotate([90,0,90]) cylinder(r=1.5,h=25);
}
}