revarbat / BOSL

The Belfry OpenScad Library - A library of tools, shapes, and helpers to make OpenScad easier to use.
https://github.com/revarbat/BOSL/wiki
BSD 2-Clause "Simplified" License
571 stars 62 forks source link

[BUG] cannot find trace_polyline #87

Closed jon-bondy closed 3 years ago

jon-bondy commented 3 years ago

Describe the bug when I go here

https://github.com/revarbat/BOSL/wiki/beziers.scad

and find the sample code for "bezier_polyline()", it includes references to "trace_polyline". I cannot find that anywhere in the library.

In addition, the sample include and use statements at the top of the file do not work, because they say BOSL rather than BOSL2

Please either indicate where to find trace_polyline or fix the example.

revarbat commented 3 years ago

trace_polyline() is in paths.scad. And why would BOSL1 reference code from BOSL2? The codebases are completely separate.