Nipkow/3D-parts/nipkow-system.scad

16 lines
353 B
OpenSCAD
Raw Normal View History

2016-10-07 19:23:27 +02:00
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();
2016-10-08 13:25:35 +02:00
2016-10-08 18:47:41 +02:00
use <inc/lamp.scad>
translate([0,0,-14])lamp();
2016-10-08 13:25:35 +02:00
//bolitier alim atx 85 x 140 x 150 mm
translate ([-70,-158,-3])
cube(size = [140,150,85], center = false);