fix uncommented example

This commit is contained in:
Adrian Mariano 2022-09-19 06:14:02 -04:00
parent 79065e45dd
commit cdd5293e4b

View file

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