http://forum.openscad.org/file/t2469/openscad-make.png
I've created a simple build system for making multiple OpenSCAD models in
parallel. I hope this is helpful to some of you also.
Pre-built binaries for Windows and Linux are included. OSX should work also.
Very limited testing so far but no know issues.
It made batch builds of http://pelablocks.org http://pelablocks.org
drop from 6 hours to 1 hour vs a previous shell script I was using. Enjoy!
https://github.com/LEGO-compatible-gadgets/openscad-make
https://github.com/LEGO-compatible-gadgets/openscad-make
--
Sent from: http://forum.openscad.org/
Cool, I will definitely give this a try. I have some scripts that run for
several hours generating hundreds of stl files, would be nice to drop that
time to an hour or so.
On Thu, Feb 28, 2019 at 7:43 AM paulirotta paulirotta@gmail.com wrote:
http://forum.openscad.org/file/t2469/openscad-make.png
I've created a simple build system for making multiple OpenSCAD models in
parallel. I hope this is helpful to some of you also.
Pre-built binaries for Windows and Linux are included. OSX should work
also.
Very limited testing so far but no know issues.
It made batch builds of http://pelablocks.org http://pelablocks.org
drop from 6 hours to 1 hour vs a previous shell script I was using. Enjoy!
https://github.com/LEGO-compatible-gadgets/openscad-make
https://github.com/LEGO-compatible-gadgets/openscad-make
--
Sent from: http://forum.openscad.org/
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
There was some lively discussion on Reddit including alternative ways to
parallelize OpenSCAD builds in shell scripts.
https://www.reddit.com/r/rust/comments/avskhl/6x_speedup_in_openscad_batch_builds_by_using/
--
Sent from: http://forum.openscad.org/
On 01/03/2019 05:50, paulirotta wrote:
There was some lively discussion on Reddit including alternative ways to
parallelize OpenSCAD builds in shell scripts.
I just write make files and use Gnu make, often with -j whatever.