diff --git a/DESSINS-DXF-OPENSCAD/reprap.scad b/DESSINS-DXF-OPENSCAD/reprap.scad index 78f4f13..afd2b32 100644 --- a/DESSINS-DXF-OPENSCAD/reprap.scad +++ b/DESSINS-DXF-OPENSCAD/reprap.scad @@ -31,9 +31,18 @@ translate([0,0,1965]) import (file="baseImprimante3d.dxf", layer="liteaux", $fn=100); -//fixation moteur +//fixations moteur use -translate([-39.0609,-2.3446,120]) +translate([-39.0609,-2.3446,110]) rotate([0,0,-60]) fixationMoteur(); +translate([691.5609,-32.6554,110]) + rotate([0,0,60]) + fixationMoteur(); +translate([352.5,615.237,110]) + rotate([0,0,180]) + fixationMoteur(); + + + diff --git a/img/structure.png b/img/structure.png index f2234ff..f9c6d38 100644 Binary files a/img/structure.png and b/img/structure.png differ