dc motor
This commit is contained in:
parent
c702df7cc9
commit
f763d0b7fe
File diff suppressed because it is too large
Load Diff
2942
3D-parts/inc/moteur.dxf~
Normal file
2942
3D-parts/inc/moteur.dxf~
Normal file
File diff suppressed because it is too large
Load Diff
3178
3D-parts/inc/motor-dc-m15n.dxf
Normal file
3178
3D-parts/inc/motor-dc-m15n.dxf
Normal file
File diff suppressed because it is too large
Load Diff
3134
3D-parts/inc/motor-dc-m15n.dxf~
Normal file
3134
3D-parts/inc/motor-dc-m15n.dxf~
Normal file
File diff suppressed because it is too large
Load Diff
21
3D-parts/inc/motor-dc-m15n.scad
Normal file
21
3D-parts/inc/motor-dc-m15n.scad
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
m15n3();
|
||||||
|
module m15n3(){
|
||||||
|
difference(){
|
||||||
|
union(){
|
||||||
|
linear_extrude (height=19)
|
||||||
|
import (file="motor-dc-m15n.dxf", layer="0", $fn=100);
|
||||||
|
translate([0,0,-1.5])
|
||||||
|
linear_extrude (height=21)
|
||||||
|
import (file="motor-dc-m15n.dxf", layer="1", $fn=100);
|
||||||
|
translate([0,0,-7.6])
|
||||||
|
linear_extrude (height=41)
|
||||||
|
import (file="motor-dc-m15n.dxf", layer="2-axis", $fn=100);
|
||||||
|
translate([0,0,18.9])
|
||||||
|
linear_extrude (height=3.1)
|
||||||
|
import (file="motor-dc-m15n.dxf", layer="back-elec", $fn=100);
|
||||||
|
}
|
||||||
|
translate([0,0,-0.1])
|
||||||
|
linear_extrude (height=5)
|
||||||
|
import (file="motor-dc-m15n.dxf", layer="screws-holes", $fn=100);
|
||||||
|
}
|
||||||
|
}
|
20022
3D-parts/inc/motor-dc-m15n.stl
Normal file
20022
3D-parts/inc/motor-dc-m15n.stl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user