mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
fix uncommented example
This commit is contained in:
parent
79065e45dd
commit
cdd5293e4b
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue