← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Saving plot dialog settings

 

> I will fix number 1.  It is my problem anyway.
>
> Dick


The null string output directory is fixed.  You might still get the
exception reading the board file, but only until you save the board file
again.  The desired content of the
board file with the null string output directory is now with double quotes
indicating the null string:


(outputdirectory "")

PcbPlotParams IDs this line.


To achieve this sanity, I had to fully decouple our quoting protocol from
the Specctra DSN one.  We can now control our own destiny, with less worry
of breaking the interface to Specctra DSN.

See Documentation/s-expression.txt


Dick




References