Fixed male thread z-fighting bug.
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
@ -156,7 +156,7 @@ module thread(dia, pitch, length, profile, center = true, top = -1, bot = -1, st
|
|||||||
translate([0, offset])
|
translate([0, offset])
|
||||||
square([r, len]);
|
square([r, len]);
|
||||||
|
|
||||||
translate([0, bot_chamfer_h])
|
translate([0, offset + bot_chamfer_h])
|
||||||
square([r + h + overlap, len - top_chamfer_h - bot_chamfer_h]);
|
square([r + h + overlap, len - top_chamfer_h - bot_chamfer_h]);
|
||||||
}
|
}
|
||||||
if(!solid)
|
if(!solid)
|
||||||
|