mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 08:19:36 +00:00
doc indentation fix
This commit is contained in:
parent
a966002256
commit
a5a2dc926c
1 changed files with 8 additions and 8 deletions
|
@ -166,19 +166,19 @@ module threaded_nut(
|
||||||
// [ z1, 0],
|
// [ z1, 0],
|
||||||
// [ z2, rr1],
|
// [ z2, rr1],
|
||||||
// ];
|
// ];
|
||||||
// fullprofile = 50*left(1/2,p=concat(profile, right(1, p=profile)));
|
// fullprofile = 50*left(1/2,p=concat(profile, right(1, p=profile)));
|
||||||
// stroke(fullprofile,width=1);
|
// stroke(fullprofile,width=1);
|
||||||
// dir = fullprofile[2]-fullprofile[3];
|
// dir = fullprofile[2]-fullprofile[3];
|
||||||
// dir2 = fullprofile[5]-fullprofile[4];
|
// dir2 = fullprofile[5]-fullprofile[4];
|
||||||
// curve = arc(32,angle=[75,105],r=67.5);
|
// curve = arc(32,angle=[75,105],r=67.5);
|
||||||
// avgpt = mean([fullprofile[5]+.1*dir2, fullprofile[5]+.4*dir2]);
|
// avgpt = mean([fullprofile[5]+.1*dir2, fullprofile[5]+.4*dir2]);
|
||||||
// color("red"){
|
// color("red"){
|
||||||
// stroke([fullprofile[2]+.1*dir, fullprofile[2]+.4*dir], width=1);
|
// stroke([fullprofile[2]+.1*dir, fullprofile[2]+.4*dir], width=1);
|
||||||
// stroke([fullprofile[5]+.1*dir2, fullprofile[5]+.4*dir2], width=1);
|
// stroke([fullprofile[5]+.1*dir2, fullprofile[5]+.4*dir2], width=1);
|
||||||
// stroke(move(-curve[0]+avgpt,p=curve), width=1,endcaps="arrow2");
|
// stroke(move(-curve[0]+avgpt,p=curve), width=1,endcaps="arrow2");
|
||||||
// back(10)text("thread",size=4,halign="center");
|
// back(10)text("thread",size=4,halign="center");
|
||||||
// back(3)text("angle",size=4,halign="center");
|
// back(3)text("angle",size=4,halign="center");
|
||||||
// }
|
// }
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// d = Outer diameter of threaded rod.
|
// d = Outer diameter of threaded rod.
|
||||||
// l = Length of threaded rod.
|
// l = Length of threaded rod.
|
||||||
|
|
Loading…
Reference in a new issue