Y carriage WIP
fix fun duct
This commit is contained in:
parent
aae4f57806
commit
0eec3bff24
@ -1,6 +1,6 @@
|
|||||||
$fn = 100;
|
$fn = 100;
|
||||||
|
|
||||||
part = "cover";
|
part = "mount";
|
||||||
|
|
||||||
//translate([4,4,0])
|
//translate([4,4,0])
|
||||||
// translate([11,11,0])
|
// translate([11,11,0])
|
||||||
@ -34,6 +34,7 @@ color("green") {
|
|||||||
translate([4, 4, 0])
|
translate([4, 4, 0])
|
||||||
translate([11, 11, 0])
|
translate([11, 11, 0])
|
||||||
e3d_v6();
|
e3d_v6();
|
||||||
|
|
||||||
screw_mounts();
|
screw_mounts();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -85,6 +86,10 @@ module fan_mount() {
|
|||||||
translate([1, 1, 0])
|
translate([1, 1, 0])
|
||||||
translate([14, 14, 0])
|
translate([14, 14, 0])
|
||||||
cylinder(d1 = 28, d2 = 22, h = 25);
|
cylinder(d1 = 28, d2 = 22, h = 25);
|
||||||
|
|
||||||
|
translate([1, 1, 0])
|
||||||
|
translate([14, 14, 20])
|
||||||
|
cylinder(d = 22, h = 25);
|
||||||
}
|
}
|
||||||
|
|
||||||
module screw_mounts() {
|
module screw_mounts() {
|
||||||
|
Loading…
Reference in New Issue
Block a user