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.

9 lines
194 B
OpenSCAD

use <inc/motor-dc-m15n.scad>
m15n3();
use <inc/motor-suport.scad>
motorSupport();
use <inc/disque.scad>
translate([0,0,-17]) disque();
use <inc/fix-disque.scad>
translate([0,0,-10.5])fixAxis();