Page 1 of 1

-always-load-scripts

Posted: Sun Jul 02, 2017 7:07 pm
by jamby
HI

Does -always-load-scripts work in the Cam side to reload the post processors after editing?

Thanks
Jim

Re: -always-load-scripts

Posted: Mon Jul 03, 2017 7:58 am
by andrew
No.

For testing, you might want to launch QCAD/CAM from a command line and automatically load and export the file and then quit:

Code: Select all

./qcad myfile.dxf -exec scripts/Cam/CamExportV2/CamExportV2.js -quit

Re: -always-load-scripts

Posted: Mon Jul 03, 2017 9:40 pm
by jamby
Thanks Andrew
Jim