discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Command line parameter set

TO
Trevor Orr
Thu, May 9, 2024 9:27 PM

I am trying to export some images on the command line using the parameter set option.  This is my command line I am running, it seems it is just ignoring the -P option and just using the default values.  I confirmed there is a letter_a set in the boards.json file.  Am I doing something wrong here?  
openscad -o letter_a.png -P letter_a --imgsize 2000,2000 boards.scad

I am trying to export some images on the command line using the parameter set option.  This is my command line I am running, it seems it is just ignoring the -P option and just using the default values.  I confirmed there is a letter_a set in the boards.json file.  Am I doing something wrong here?   openscad -o letter_a.png -P letter_a --imgsize 2000,2000 boards.scad
TP
Torsten Paul
Thu, May 9, 2024 10:04 PM

On 09.05.24 23:27, Trevor Orr via Discuss wrote:

I confirmed there is a letter_a set in the boards.json file.

You have to give it the -p boards.json parameter too.

ciao,
Torsten.

On 09.05.24 23:27, Trevor Orr via Discuss wrote: > I confirmed there is a letter_a set in the boards.json file. You have to give it the -p boards.json parameter too. ciao, Torsten.
TO
Trevor Orr
Thu, May 9, 2024 10:21 PM

Thanks, that was it.  I figured that file was loaded by default since the gui automatically opens that.
On Thursday, May 9, 2024 at 03:04:36 PM PDT, Torsten Paul via Discuss discuss@lists.openscad.org wrote:

On 09.05.24 23:27, Trevor Orr via Discuss wrote:

I confirmed there is a letter_a set in the boards.json file.

You have to give it the -p boards.json parameter too.

ciao,
  Torsten.


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

Thanks, that was it.  I figured that file was loaded by default since the gui automatically opens that. On Thursday, May 9, 2024 at 03:04:36 PM PDT, Torsten Paul via Discuss <discuss@lists.openscad.org> wrote: On 09.05.24 23:27, Trevor Orr via Discuss wrote: > I confirmed there is a letter_a set in the boards.json file. You have to give it the -p boards.json parameter too. ciao,   Torsten. _______________________________________________ OpenSCAD mailing list To unsubscribe send an email to discuss-leave@lists.openscad.org