discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: Anyone tried lasercut.scad yet?

J
jon
Sun, Jan 2, 2022 7:38 PM

I am puzzled as to why a Bash script (or any script at all) is necessary
if OpenSCAD can export DXF files directly

On 1/2/2022 10:43 AM, William F. Adams via Discuss wrote:


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

I am puzzled as to why a Bash script (or any script at all) is necessary if OpenSCAD can export DXF files directly On 1/2/2022 10:43 AM, William F. Adams via Discuss wrote: > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
NH
nop head
Sun, Jan 2, 2022 8:54 PM

Well I use Python to export DXF and STL files to automate it. Some projects
have dozens of files, so I don't export them one by one from the GUI. And
the GUI version of OpenSCAD I use doesn't even produce the correct STLs
since $variables were broken, so I use the last release from the command
line.

On Sun, 2 Jan 2022 at 19:39, jon jon@jonbondy.com wrote:

I am puzzled as to why a Bash script (or any script at all) is necessary
if OpenSCAD can export DXF files directly

On 1/2/2022 10:43 AM, William F. Adams via Discuss wrote:


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Well I use Python to export DXF and STL files to automate it. Some projects have dozens of files, so I don't export them one by one from the GUI. And the GUI version of OpenSCAD I use doesn't even produce the correct STLs since $variables were broken, so I use the last release from the command line. On Sun, 2 Jan 2022 at 19:39, jon <jon@jonbondy.com> wrote: > I am puzzled as to why a Bash script (or any script at all) is necessary > if OpenSCAD can export DXF files directly > > > On 1/2/2022 10:43 AM, William F. Adams via Discuss wrote: > > _______________________________________________ > > OpenSCAD mailing list > > To unsubscribe send an email to discuss-leave@lists.openscad.org > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >