don bright
don bright
This is documented in the winconsole.c file and in the winconsole.pri file There is a flag in each windows binary indicating GUI or Console GUI programs cannot output to stdout...
There is no way currently to test that on the auto test suite. You would need to do some hacking on the cmdline_test .py file in the tests directory. Also...
the .com wrapper supplied with openscad was my quick and dirty hack for people who wanted to pipe openscad on windows command line. the .com wrapper does not pass the...
i have compiled and installed without problem on 32bit x86 ubuntu 16.04
very nice work... just wondering is that G-Rad/Surfrad description supposed to be in there?
i was impressed by how little you needed to change to accomplish this. seems like more of the code is modifying the UI than modifying the engine. just curious what...
thanks... very cool.
there are probably quite a few designs that depend on the current sphere code, just as there are many that depend on a 'cylinder' with fn=3 being a triangular prism....
"If you're gonna do that, make it $ft= rather than tessellation=, allowing $ft to be set globally or passed as a parameter, (and saves typing)." yeah but then people also...
seems like _exclusive range match_ would help to improve consistency ... why can i do range in a loop but not in a pattern? const MAXN:usize = 14; ... for...