MCAD icon indicating copy to clipboard operation
MCAD copied to clipboard

List of Deprecation Warnings

Open donbarthel opened this issue 5 years ago • 1 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.

donbarthel avatar Dec 28 '19 04:12 donbarthel

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

pauvos avatar Dec 14 '20 10:12 pauvos