OpenSCAD Conic Bezier Curve – no warnings / for newer versions by flomei 3d model
3dmdb logo
Thingiverse
OpenSCAD Conic Bezier Curve – no warnings / for newer versions by flomei

OpenSCAD Conic Bezier Curve – no warnings / for newer versions by flomei

by Thingiverse
Last crawled date: 3 years ago
The original Conic Bezier Curve module by donb is causing warnings because it uses the deprecated assign() function.
This is a cleaned up version which works the same, but will give you no warnings.
Usage is the same, for example like this:
steps = 100;
p0 = [35,0];
p1 = [15,20];
p2 = [35,60];

rotate_extrude($fn=100) { BezConic(p0, p1, p2, steps); }

Tags