mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-17 01:49:48 +00:00
comment example
This commit is contained in:
parent
98e05731da
commit
a966002256
1 changed files with 11 additions and 11 deletions
22
screws.scad
22
screws.scad
|
@ -837,18 +837,18 @@ module screw_head(screw_info,details=false) {
|
||||||
// anchor = anchor relative to the shaft of the screw
|
// anchor = anchor relative to the shaft of the screw
|
||||||
// anchor_head = anchor relative to the screw head
|
// anchor_head = anchor relative to the screw head
|
||||||
// Example(Med): Selected UTS (English) screws
|
// Example(Med): Selected UTS (English) screws
|
||||||
// $fn=32;
|
$fn=32;
|
||||||
// xdistribute(spacing=8){
|
xdistribute(spacing=8){
|
||||||
screw("#6", length=12);
|
screw("#6", length=12);
|
||||||
// screw("#6-32", head="button", drive="torx",length=12);
|
screw("#6-32", head="button", drive="torx",length=12);
|
||||||
// screw("#6-32,3/4", head="hex");
|
screw("#6-32,3/4", head="hex");
|
||||||
// screw("#6", thread="fine", head="fillister",length=12, drive="phillips");
|
screw("#6", thread="fine", head="fillister",length=12, drive="phillips");
|
||||||
// screw("#6", head="flat small",length=12,drive="slot");
|
screw("#6", head="flat small",length=12,drive="slot");
|
||||||
// screw("#6-32", head="flat large", length=12, drive="torx");
|
screw("#6-32", head="flat large", length=12, drive="torx");
|
||||||
// screw("#6-32", head="flat undercut",length=12);
|
screw("#6-32", head="flat undercut",length=12);
|
||||||
// screw("#6-24", head="socket",length=12); // Non-standard threading
|
screw("#6-24", head="socket",length=12); // Non-standard threading
|
||||||
// screw("#6-32", drive="hex", drive_size=1.5, length=12);
|
screw("#6-32", drive="hex", drive_size=1.5, length=12);
|
||||||
// }
|
}
|
||||||
// Example(Med): A few examples of ISO (metric) screws
|
// Example(Med): A few examples of ISO (metric) screws
|
||||||
// $fn=32;
|
// $fn=32;
|
||||||
// xdistribute(spacing=8){
|
// xdistribute(spacing=8){
|
||||||
|
|
Loading…
Reference in a new issue