support
This commit is contained in:
parent
a384ff5202
commit
870cc8c169
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*~
|
File diff suppressed because it is too large
Load Diff
7
3D-parts/inc/disque.scad
Normal file
7
3D-parts/inc/disque.scad
Normal file
|
@ -0,0 +1,7 @@
|
|||
disque();
|
||||
|
||||
module disque(){
|
||||
linear_extrude (height=2)
|
||||
import (file="motor-dc-m15n.dxf", layer="disque", $fn=100);
|
||||
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -5,11 +5,28 @@ motorSupport();
|
|||
module motorSupport(){
|
||||
difference(){
|
||||
union(){
|
||||
//support
|
||||
linear_extrude (height=19)
|
||||
import (file="motor-dc-m15n.dxf", layer="support", $fn=100);
|
||||
|
||||
//façade
|
||||
translate([0,0,-2.99])
|
||||
linear_extrude (height=3)
|
||||
import (file="motor-dc-m15n.dxf", layer="support-front", $fn=100);
|
||||
|
||||
//barre pour accrocher capteur
|
||||
translate([0,0,-2.99])
|
||||
linear_extrude (height=3)
|
||||
import (file="motor-dc-m15n.dxf", layer="support-capteur", $fn=100);
|
||||
|
||||
/*
|
||||
*No, won't be printable easily. Make two parts
|
||||
translate([0,0,-16.9])
|
||||
linear_extrude (height=15)
|
||||
import (file="motor-dc-m15n.dxf", layer="support-capteur2", $fn=100);
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
union(){
|
||||
translate([-14.8472,0,0])
|
||||
|
|
Loading…
Reference in New Issue
Block a user