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.

11 lines
186 B
OpenSCAD

module wheel2(){
rotate_extrude($fn=200)
import (file="roue-v2.dxf", layer="0", $fn=500);
}
difference(){
wheel2();
translate([-10,0,-30])
#cube([30,30,40]);
}