OpenSCAD Conic Bezier Curve – no warnings / for newer versions

OpenSCAD Conic Bezier Curve – no warnings / for newer versions

thingiverse

The original Conic Bezier Curve module by donb is triggering warnings due to its reliance on the outdated `assign()` function. This refined version achieves identical results without generating any warnings. Usage remains unchanged, as demonstrated in this example: steps = 100; p0 = [35,0]; p1 = [15,20]; p2 = [35,60]; rotate_extrude($fn=100) { BezConic(p0, p1, p2, steps); }

Download Model from thingiverse

With this file you will be able to print OpenSCAD Conic Bezier Curve – no warnings / for newer versions with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on OpenSCAD Conic Bezier Curve – no warnings / for newer versions.