1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-20 12:01:26 +02:00

Made E3D extruder mounting hole a teardrop.

This commit is contained in:
Chris Palmer
2016-03-30 11:16:01 +01:00
parent 0167e75375
commit 8fe0e5cf44
7 changed files with 13793 additions and 15809 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -34,6 +34,6 @@ module extruder_mounting_holes(reversed = false)
for(side = [-1, 1]) for(side = [-1, 1])
translate([side * extruder_mount_pitch / 2, 0, 0]) translate([side * extruder_mount_pitch / 2, 0, 0])
if((reversed ? side < 0 : side > 0) && hot_end_invert_screw(hot_end)) if((reversed ? side < 0 : side > 0) && hot_end_invert_screw(hot_end))
poly_cylinder(r = M4_clearance_radius, h = 100, center = true); teardrop_plus(r = M4_clearance_radius, h = 100, center = true);
else else
nut_trap(M4_clearance_radius, M4_nut_radius, 3, true); nut_trap(M4_clearance_radius, M4_nut_radius, 3, true);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff