vue d'ensemble
This commit is contained in:
parent
dea2095370
commit
0a970c6964
|
@ -7,12 +7,12 @@ module fixAxis(){
|
|||
linear_extrude (height=3)
|
||||
import (file="motor-dc-m15n.dxf", layer="fixation-axe2", $fn=100);
|
||||
|
||||
linear_extrude (height=10)
|
||||
linear_extrude (height=7)
|
||||
import (file="motor-dc-m15n.dxf", layer="fixation-axe", $fn=100);
|
||||
}
|
||||
union(){
|
||||
|
||||
translate([0,-11,5])
|
||||
translate([0,-11,4])
|
||||
rotate([270,0,0])
|
||||
cylinder(r=1.5,h=22,$fn=100);
|
||||
}
|
||||
|
|
8
3D-parts/nipkow-system.scad
Normal file
8
3D-parts/nipkow-system.scad
Normal file
|
@ -0,0 +1,8 @@
|
|||
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();
|
174638
3D-parts/nipkow-system.stl
Normal file
174638
3D-parts/nipkow-system.stl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user