I have some time on my hands <sick grin> so I started playing around
with the BOSL2 Library. The documentation is enticing, but I've had a
lot of errors running some of the examples for Bezier paths. Anyone
been able to get these examples to work, or know of work arounds or
patches for problems with trace_polyline?
The issue with trace_polyline() got introduced recently when moving some code between modules. Fixed now.
The hazards of an alpha-stage library. The chance to rewrite without worrying about backwards compatibility has made for much more elegant code than old BOSL1, but it's not quite done yet.
On Apr 10, 2020, at 6:25 AM, jon jon@jonbondy.com wrote:
I have some time on my hands <sick grin> so I started playing around with the BOSL2 Library. The documentation is enticing, but I've had a lot of errors running some of the examples for Bezier paths. Anyone been able to get these examples to work, or know of work arounds or patches for problems with trace_polyline?
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Revar:
Thanks for your rapid attention to my bug reports. Do you have a suite
of code that you run for validation before you push out to the git?
Jon
On 4/10/2020 4:05 PM, Revar Desmera wrote:
The issue with trace_polyline() got introduced recently when moving some code between modules. Fixed now.
The hazards of an alpha-stage library. The chance to rewrite without worrying about backwards compatibility has made for much more elegant code than old BOSL1, but it's not quite done yet.