1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-09 06:31:32 +02:00

Dome option added to nut to draw acorn nuts.

Chamfers added to nuts and hex head screws when manifold is used.
This commit is contained in:
Chris Palmer
2024-02-10 01:11:54 +00:00
parent 38196e9f78
commit 79478104d6
42 changed files with 112 additions and 95 deletions

View File

@@ -205,8 +205,7 @@ module screw(type, length, hob_point = 0, nylon = false) { //! Draw specified sc
cylinder(h=2 * eps, r=socket_rad, $fn = 6);
}
if(head_type == hs_hex) {
color(colour)
cylinder(r = head_rad, h = head_height, $fn = 6);
draw_nut(head_rad * 2, 0, head_height, 0, colour, false);
shaft();
}