discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: Command line generation

TP
Torsten Paul
Wed, Feb 16, 2022 5:26 PM

There's not much debugging with OpenSCAD itself possible at this stage,
as it looks like there's some command line parameter combination that's
not understood.

The question is really just what the exact command line is.

I suppose you could temporarily replace "openscad" with "openscad.bat"
and have that write out all given parameters.

Simple example: https://www.tutorialspoint.com/batch_script/batch_script_files_inputs.htm

ciao,
Torsten.

There's not much debugging with OpenSCAD itself possible at this stage, as it looks like there's some command line parameter combination that's not understood. The question is really just what the exact command line is. I suppose you could temporarily replace "openscad" with "openscad.bat" and have that write out all given parameters. Simple example: https://www.tutorialspoint.com/batch_script/batch_script_files_inputs.htm ciao, Torsten.
TO
Trevor Orr
Wed, Feb 16, 2022 5:57 PM

This is the command I am running in PowerShell on Windows 11.

openscad.com -o boards\standard.png -D ' design="standard" ' design_type="flat" '   boards.scad
On Wednesday, February 16, 2022, 09:26:33 AM PST, Torsten Paul torsten.paul@gmx.de wrote:

There's not much debugging with OpenSCAD itself possible at this stage,
as it looks like there's some command line parameter combination that's
not understood.

The question is really just what the exact command line is.

I suppose you could temporarily replace "openscad" with "openscad.bat"
and have that write out all given parameters.

Simple example: https://www.tutorialspoint.com/batch_script/batch_script_files_inputs.htm

ciao,
  Torsten.


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

This is the command I am running in PowerShell on Windows 11. openscad.com -o boards\standard.png -D ' design=\"standard\" ' design_type=\"flat\" '   boards.scad On Wednesday, February 16, 2022, 09:26:33 AM PST, Torsten Paul <torsten.paul@gmx.de> wrote: There's not much debugging with OpenSCAD itself possible at this stage, as it looks like there's some command line parameter combination that's not understood. The question is really just what the exact command line is. I suppose you could temporarily replace "openscad" with "openscad.bat" and have that write out all given parameters. Simple example: https://www.tutorialspoint.com/batch_script/batch_script_files_inputs.htm ciao,   Torsten. _______________________________________________ OpenSCAD mailing list To unsubscribe send an email to discuss-leave@lists.openscad.org