motor support
This commit is contained in:
parent
f8b81328d5
commit
a384ff5202
3336
3D-parts/inc/#motor-dc-m15n.dxf
Normal file
3336
3D-parts/inc/#motor-dc-m15n.dxf
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3002
3D-parts/inc/motor-dc-m15n.dxf~
Normal file
3002
3D-parts/inc/motor-dc-m15n.dxf~
Normal file
File diff suppressed because it is too large
Load Diff
33
3D-parts/inc/motor-suport.scad
Normal file
33
3D-parts/inc/motor-suport.scad
Normal file
|
@ -0,0 +1,33 @@
|
|||
use <motor-dc-m15n.scad>
|
||||
//m15n3();
|
||||
|
||||
motorSupport();
|
||||
module motorSupport(){
|
||||
difference(){
|
||||
union(){
|
||||
linear_extrude (height=19)
|
||||
import (file="motor-dc-m15n.dxf", layer="support", $fn=100);
|
||||
translate([0,0,-2.99])
|
||||
linear_extrude (height=3)
|
||||
import (file="motor-dc-m15n.dxf", layer="support-front", $fn=100);
|
||||
}
|
||||
union(){
|
||||
translate([-14.8472,0,0])
|
||||
rotate([90,0,0])
|
||||
cylinder(h = 8, r = 1.5, $fn=100);
|
||||
|
||||
translate([14.8472,0,0])
|
||||
rotate([90,0,0])
|
||||
cylinder(h = 8, r = 1.5, $fn=100);
|
||||
|
||||
translate([-14.8472,0,16])
|
||||
rotate([90,0,0])
|
||||
cylinder(h = 8, r = 1.5, $fn=100);
|
||||
|
||||
translate([14.8472,0,16])
|
||||
rotate([90,0,0])
|
||||
cylinder(h = 8, r = 1.5, $fn=100);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
24754
3D-parts/inc/motor-suport.stl
Normal file
24754
3D-parts/inc/motor-suport.stl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user