diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-23 13:27:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-23 13:27:07 (GMT) |
commit | 9d89cc6cf3c636d7d7935f2473710d7f18377e7f (patch) | |
tree | 488abd4bdaf24473cc4d478f59346c9a08285e5d /doc | |
parent | 0a2267ce9a1698468fa508d30f1841b71bcc8992 (diff) |
Added suggestion
Diffstat (limited to 'doc')
-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 |