diff --git a/tests/png/hot_ends.png b/tests/png/hot_ends.png index 4763c75..67e3019 100644 Binary files a/tests/png/hot_ends.png and b/tests/png/hot_ends.png differ diff --git a/vitamins/e3d.scad b/vitamins/e3d.scad index 49c60a0..a703251 100644 --- a/vitamins/e3d.scad +++ b/vitamins/e3d.scad @@ -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);