mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-20 20:11:31 +02:00
Made E3D extruder mounting hole a teardrop.
This commit is contained in:
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
@@ -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
Reference in New Issue
Block a user