olistrik / goskew

GoSkew is a program for post-processing G-code to account for axis skew.
GNU General Public License v3.0
28 stars 4 forks source link

Update comand line to allow entering negative tan values #3

Closed yattengate closed 2 years ago

yattengate commented 2 years ago

The parser library confuses negative numbers with options. This is command-line compatibility breaking change.

olistrik commented 2 years ago

@yattengate Thanks for this! I hadn't considered negative inputs.

I've modified your changes slightly so that they're backwards compatible, what do you think? I'll merge it in if it still works for you.

yattengate commented 2 years ago

Yes, totally agreed, Thank you.