Y carriage - e3d hotend

add fan duct
This commit is contained in:
Przemek Grondek 2021-08-21 03:14:04 +02:00
parent eba5b47fbc
commit cebf48560a

View File

@ -87,4 +87,8 @@ module fan_mount() {
translate([30 - 6, 30 - 6, 12])
cube([6, 6, 2.5]);
// fan duct
translate([1, 1, 0])
translate([14, 14, 0])
cylinder(d1 = 28, d2 = 22, h = 25);
}