mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fix Typo
This commit is contained in:
parent
8740497497
commit
05334ef981
2 changed files with 1 additions and 2 deletions
|
@ -432,7 +432,7 @@ module path_extrude(path, convexity=10, clipsize=100) {
|
|||
// Module: minkowski_difference()
|
||||
// Synopsis: Removes diff shapes from base shape surface.
|
||||
// Topics: Mutators
|
||||
// See Also: Offset3d()
|
||||
// See Also: offset3d()
|
||||
// Usage:
|
||||
// minkowski_difference() { BASE; DIFF1; DIFF2; ... }
|
||||
// Description:
|
||||
|
|
|
@ -1087,7 +1087,6 @@ function rect_tube(
|
|||
// Synopsis: Creates a 3d triangular wedge, or returns a vnf.
|
||||
// Topics: Shapes (3D), Attachable, VNF Generators
|
||||
// See also: prismoid(), rounded_prism(), pie_slice()
|
||||
//
|
||||
// Usage: As Module
|
||||
// wedge(size, [center], ...) [ATTACHMENTS];
|
||||
// Usage: As Function
|
||||
|
|
Loading…
Reference in a new issue