Jordan Brown
Jordan Brown
I'd need to look more at surface to have a real opinion on replacing it, but I suggest that the first parameter be either a string filename or an array...
Having a way to set the default STL export name seems plausible. Having a way to **cause** an STL export does not. Running an OpenSCAD program should not do **anything**...
I should not have said "a function like...", because `export_stl()` would presumably be a module, not a function. Edited.
There's no way to control an open source project - absolutely nothing stops you from forking it and doing whatever you like - but in my opinion OpenSCAD programs should...
Comments in #4317 note that one of the problems with this proposal is that other proposals want to have a single .SCAD file generate multiple STLs in one run.
Note that there are approximately three *very different* concerns about this PR, with very different ways that they need to be resolved. * Is the implementation good? * Are the...
I should have said: I'm not saying that there are problems in any of those areas, only that they are areas that need to be analyzed, with different requirements for...
The most recent MSVC work that I'm aware of is PR #4126.
I'm having a hard time understanding a use case that wouldn't be better served by having two different transforms, one for the "assembled" view and one for the "print" view....
Understood, thanks.