Removed Z-fighting on 3D hot end

This commit is contained in:
Chris Palmer 2019-06-14 17:48:29 +01:00
parent a51e96ec43
commit bf4f64e7bc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -112,7 +112,7 @@ module e3d_fan_duct(type) {
module e3d_fan(type) {
e3d_fan_duct(type);
translate([fan_x_offset + 5, 0, 15])
translate([fan_x_offset + 5 + eps, 0, 15])
rotate([0, 90, 0])
not_on_bom()
fan(fan30x10);