diff options
-rw-r--r-- | doc/TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 190d742..4fac889 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -166,6 +166,9 @@ o Mesh optimization on STL export - Remove super small triangles (all sides are short) - Replace super thin triangles (one h is short) o Misc + - center as default: Very often, center=true is used everywhere. + Make a global variable ($center?) control this to beautify code + and the avoid typical errors when forgetting to specify center - Go through default values of parameters (e.g. cube() has x,y,z=1 while linear_extrude() has height=100) - Add support for symbolic names to child() statement - Add 'lines' object type for non-solid 2d drawings |