Removed Z-fighting on 3D hot end
This commit is contained in:
parent
a51e96ec43
commit
bf4f64e7bc
Binary file not shown.
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue