Hi again! Is there any way to put somewhere some default config file instead of using switches? Regards!
Activity
arpruss commentedon May 16, 2019
No. But you can use --config=filename.
nylen commentedon Oct 14, 2019
You probably want to make a short shell script with your configuration.
Example:
Save that as
convert.sh
, update the path to where you havegcodeplot
downloaded, and then runbash convert.sh yourfile.svg
.