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

6 years ago
difference(){
union()
{
7 years ago
translate([0,0.01,3.6])
rotate([90,0,0])
linear_extrude (height=2)
import (file="essieu.dxf", layer="0", $fn=500);
7 years ago
7 years ago
7 years ago
translate([0,30.48,3.6])
7 years ago
rotate([90,0,0])
linear_extrude (height=2)
import (file="essieu.dxf", layer="0", $fn=500);
7 years ago
7 years ago
//central part
7 years ago
linear_extrude (height=2.001)
7 years ago
import (file="essieu.dxf", layer="top", $fn=500);
6 years ago
}
#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);
}
}