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.

22 lines
601 B
OpenSCAD

6 years ago
difference(){
union(){
linear_extrude (height=3)
import (file="chassis.dxf", layer="chassis", $fn=100);
translate ([0,0,2.99])
linear_extrude (height=25)
import (file="chassis.dxf", layer="chassis-fixation-moteur", $fn=100);
}
6 years ago
6 years ago
union(){
6 years ago
translate([-50,38.8,5.5])
6 years ago
rotate([0,90,0])
cylinder(h = 150, r1 = 1.5, r2 = 1.5, center = true/false, $fn=100);
6 years ago
translate([-50,38.8, 23])
6 years ago
rotate([0,90,0])
cylinder(h = 150, r1 = 1.5, r2 = 1.5, center = true/false, $fn=100);
}
6 years ago
6 years ago
}