openscad / MCAD

OpenSCAD Parametric CAD Library (LGPL 2.1)

Home Page:http://reprap.org/wiki/MCAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List of Deprecation Warnings

donbarthel opened this issue · comments

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! We accept bounties via Bountysource.

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