diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-23 13:34:05 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-23 13:34:05 (GMT) |
commit | 10c96326866c8256e82f0092a18f4f4e3ca06a74 (patch) | |
tree | 9022b2006a86ed466da37171fe7c767348512027 | |
parent | 9fa18d53921ed7b2da4892d12958a6705f5a960b (diff) | |
parent | 9d89cc6cf3c636d7d7935f2473710d7f18377e7f (diff) |
Merge branch 'master' of github.com:openscad/openscad
-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 |