Move part cooling fan mount up

This commit is contained in:
Przemek Grondek 2021-08-22 19:58:06 +02:00
parent aaeeca7e02
commit 665ec17c04
3 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ difference() {
// hole for part cooling fan
translate([20, 30, 35])
translate([20, 30, 37])
rotate([90, 0, 0])
translate([1.5, 1.5, 0])
cylinder(d = 3, h = 5);
@ -81,13 +81,13 @@ module fan_mount() {
// screw holes
translate([1.5 + 1.5, 1.5 + 1.5, 10])
cylinder(d = 3, h = 5);
cylinder(d = 3, h = 10);
translate([30 - (1.5 + 1.5), 1.5 + 1.5, 10])
cylinder(d = 3, h = 5);
cylinder(d = 3, h = 10);
translate([1.5 + 1.5, 30 - (1.5 + 1.5), 10])
cylinder(d = 3, h = 5);
cylinder(d = 3, h = 10);
// fan duct
translate([1, 1, 0])

Binary file not shown.

Binary file not shown.