Re: scripting
Posted by ravas on Jul 24, 2015; 9:50pm
URL: https://forum.librecad.org/scripting-tp5711935p5711943.html
Yes it's possible.
I imagine an option to choose the scripts folder,
and a command like:
script test.txt
or
script test
The program loops through the lines
and passes them to the same function that reads the commandline input.
It's low on my priorities at the moment,
maybe in a few weeks,
or someone else could implement it.