openscad / MCAD

OpenSCAD Parametric CAD Library (LGPL 2.1)
http://reprap.org/wiki/MCAD
578 stars 192 forks source link

List of Deprecation Warnings #69

Open donbarthel opened 4 years ago

donbarthel commented 4 years ago

Maybe others could add to this list instead of creating separate issues.

  1. When using hexagon_tube() from regular_shapes.scad:

WARNING: Ignoring unknown module 'test_square_pyramid', in file Documents/SCAD/lib/MCAD/regular_shapes.scad, line 262. ECHO: " DEPRECATED: function 'reg_polygon' is now deprecated please use 'regular_polygon' instead" ECHO: " DEPRECATED: function 'reg_polygon' is now deprecated please use 'regular_polygon' instead"

--- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/86116008-list-of-deprecation-warnings?utm_campaign=plugin&utm_content=tracker%2F86517&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F86517&utm_medium=issues&utm_source=github).
pauvos commented 3 years ago
WARNING: variable triangles not specified as parameter, in file libtriangles.scad, line 40
DEPRECATED: polyhedron(triangles=[]) will be removed in future releases. Use polyhedron(faces=[]) instead.

libtriangles.scad, OpenSCAD version 2019.05