Merge pull request #952 from adrianVmariano/master

Fix uncommented example
This commit is contained in:
Revar Desmera
2022-09-19 16:25:27 -07:00
committed by GitHub

View File

@@ -621,10 +621,10 @@ module screw(spec, head, drive, thread, drive_size,
// attach(TOP)
// screw_hole("1/4-20,.5",head="flat",counterbore=0,anchor=TOP);
// Example: Threaded hole
diff()
cuboid(20)
attach(TOP)
screw_hole("M16,15",anchor=TOP,thread=true);
// diff()
// cuboid(20)
// attach(TOP)
// screw_hole("M16,15",anchor=TOP,thread=true);
module screw_hole(spec, head="none", thread=false, oversize, hole_oversize, head_oversize,
length, l, thread_len, tolerance=undef, counterbore=0,