mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 07:49:45 +00:00
doc fix
This commit is contained in:
parent
c7950a7475
commit
c426fab90e
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ module sparse_cuboid(size, dir=RIGHT, strut=5, maxang=30, max_bridge=20,
|
|||
// Anchor Types:
|
||||
// hull = Anchors to the convex hull of the linear sweep of the path, ignoring any end roundings.
|
||||
// intersect = Anchors to the surface of the linear sweep of the path, ignoring any end roundings.
|
||||
// Examples
|
||||
// Examples:
|
||||
// hex_panel([50, 100, 5], strut=1.5, spacing=10);
|
||||
// hex_panel([50, 100, 5], 1.5, 10, frame = 5);
|
||||
// hex_panel([50, 100, 5], 5, 10.05);
|
||||
|
|
Loading…
Reference in a new issue