mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-15 08:59:40 +00:00
removed link to curvy_path in shapes2d.scad because it hasn't been processed in rounding.scad yet
This commit is contained in:
parent
ed683bde03
commit
c0086bf830
1 changed files with 1 additions and 1 deletions
|
@ -1752,7 +1752,7 @@ module glued_circles(r, spread=10, tangent=30, d, anchor=CENTER, spin=0) {
|
||||||
// Synopsis: Creates a shape between a circle and a square.
|
// Synopsis: Creates a shape between a circle and a square.
|
||||||
// SynTags: Geom, Path
|
// SynTags: Geom, Path
|
||||||
// Topics: Shapes (2D), Paths (2D), Path Generators, Attachable
|
// Topics: Shapes (2D), Paths (2D), Path Generators, Attachable
|
||||||
// See Also: circle(), square(), rect(), ellipse(), supershape(), curvy_path()
|
// See Also: circle(), square(), rect(), ellipse(), supershape()
|
||||||
// Usage: As Module
|
// Usage: As Module
|
||||||
// squircle(size, [sharpness], [style=]) [ATTACHMENTS];
|
// squircle(size, [sharpness], [style=]) [ATTACHMENTS];
|
||||||
// Usage: As Function
|
// Usage: As Function
|
||||||
|
|
Loading…
Reference in a new issue