January 16, 2025
Description
Accurate E3d V6 1.75mm assembly model for fitting and design use.
I was a bit unhappy with the other models I'd found, they were for the 3mm version with a bigger mount size. I wanted one I could trust with the 1.75 mount.
Dimensions on this model are taken from the diagrams made available at: https://e3d-online.dozuki.com/c/V6_Drawings. I have ensured the external dimensions are all correct, some internal ones are not reproduced and the de-burring/chamfers are omitted (eg. on heatbreak/nozzle/inlet)
In order to use these with the official e3d duct you can use the following scad fragment to get the dimensions; this is also in the attached scad file:
// Alternate dimensions are for inverted mount..
// A 30mm heatsink fan, 10mm deep// https://www.thingiverse.com/thing:2654973
translate([-15,-25.6,-12.7]) // or [-15,-25.6,-16.7]
rotate([-90,0,0])import("../Parts/30mm_Fan.stl");
// The Genuine e3d duct (TM) https://www.thingiverse.com/thing:340312
translate([0,0,-42.7]) // or [0,0,-16.7]
rotate([90,0,90]) // or [-90,0,90]
import("../Parts/V6.6_Duct.stl");
Category: 3D Printers
License:
Creative Commons — Attribution — Noncommercial — Share Alike
7