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.

29 lines
708 B
OpenSCAD

difference(){
union()
{
translate([0,0.01,3.6])
rotate([90,0,0])
linear_extrude (height=2)
import (file="essieu.dxf", layer="0", $fn=500);
translate([0,30.48,3.6])
rotate([90,0,0])
linear_extrude (height=2)
import (file="essieu.dxf", layer="0", $fn=500);
//central part
linear_extrude (height=2.001)
import (file="essieu.dxf", layer="top", $fn=500);
}
#union(){
translate ([0,4.25,3.5])rotate([90,90,0])
rotate_extrude($fn=200)
import (file="roue-v2.dxf", layer="central-larger", $fn=500);
translate ([20.5,4.25,3.5])rotate([90,90,0])
rotate_extrude($fn=200)
import (file="roue-v2.dxf", layer="central-larger", $fn=500);
}
}