diff options
-rw-r--r-- | TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -63,6 +63,9 @@ o Language Frontend o DXF Import - Support for POLYLINE entity - Support for SPLINE entity + - Support for Aligned, Radius, Diameter and Ordinate DIMENSION + - Support for LEADER entity + - Test INSERT with rotation. code looks wrong - idea: DXF inline - convert from dxf to OpenSCAD syntax -> parametrize dxf content o Mesh optimization on STL export - Remove super small triangles (all sides are short) @@ -70,6 +73,8 @@ o Mesh optimization on STL export o Misc - Add symbolic colors to the color() statement - Go through default values of parameters (e.g. cube() has x,y,z=1 while linear_extrude() has height=100) +o Grammar + - dim->name -> dim->label - A random(seed) function CODE |