mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed some cubetruss example imagesd.
This commit is contained in:
parent
4c53de802d
commit
18b0f48ca8
1 changed files with 2 additions and 2 deletions
|
@ -430,7 +430,7 @@ module cubetruss_uclip(dual=true, size, strut, clipthick, anchor=CENTER, spin=0,
|
||||||
// spin = Rotate this many degrees around the Z axis. See [spin](attachments.scad#spin). Default: `0`
|
// spin = Rotate this many degrees around the Z axis. See [spin](attachments.scad#spin). Default: `0`
|
||||||
// orient = Vector to rotate top towards. See [orient](attachments.scad#orient). Default: `UP`
|
// orient = Vector to rotate top towards. See [orient](attachments.scad#orient). Default: `UP`
|
||||||
// Topics: Attachable, Trusses
|
// Topics: Attachable, Trusses
|
||||||
// Examples(FlatSpin,VPD=444):
|
// Examples:
|
||||||
// cubetruss(extents=3);
|
// cubetruss(extents=3);
|
||||||
// cubetruss(extents=3, clips=FRONT);
|
// cubetruss(extents=3, clips=FRONT);
|
||||||
// cubetruss(extents=3, clips=[FRONT,BACK]);
|
// cubetruss(extents=3, clips=[FRONT,BACK]);
|
||||||
|
@ -500,7 +500,7 @@ module cubetruss(extents=6, clips=[], bracing, size, strut, clipthick, anchor=CE
|
||||||
// spin = Rotate this many degrees around the Z axis. See [spin](attachments.scad#spin). Default: `0`
|
// spin = Rotate this many degrees around the Z axis. See [spin](attachments.scad#spin). Default: `0`
|
||||||
// orient = Vector to rotate top towards. See [orient](attachments.scad#orient). Default: `UP`
|
// orient = Vector to rotate top towards. See [orient](attachments.scad#orient). Default: `UP`
|
||||||
// Topics: Attachable, Trusses
|
// Topics: Attachable, Trusses
|
||||||
// Examples(FlatSpin):
|
// Examples:
|
||||||
// cubetruss_corner(extents=2);
|
// cubetruss_corner(extents=2);
|
||||||
// cubetruss_corner(extents=2, h=2);
|
// cubetruss_corner(extents=2, h=2);
|
||||||
// cubetruss_corner(extents=[3,3,0,0,2]);
|
// cubetruss_corner(extents=[3,3,0,0,2]);
|
||||||
|
|
Loading…
Reference in a new issue