Re: Entering architectural dimensions on command line
Posted by
tyrel on
Nov 13, 2013; 9:12pm
URL: https://forum.librecad.org/Entering-architectural-dimensions-on-command-line-tp5709151p5709185.html
Thank Armin,
So far my change to the code to make this work only required a few additional lines of code. I added an operator to muParse, the apostrophe, which calls a callback that does (first * 12) + second. So now I can enter on the command line like: 23'9 or 15'6.5 and it will convert that for me. Supporting things like 15'6-1/2" would be more complicated, obviously.
Can you point me to the link for the feature request?
Thanks,
Tyrel