tracespace / gerber-to-svg

gerber-to-svg development moved to tracespace/tracespace
https://github.com/tracespace/tracespace
MIT License
81 stars 17 forks source link

Support decimal coordinates in coord-parser #8

Closed TheunisKotze closed 9 years ago

TheunisKotze commented 9 years ago

I have several files that require this, according to the excellon documentation here -http://www.excellon.com/manuals/program.htm a number with a decimal point overrides leading/trailing zero modes

mcous commented 9 years ago

For whatever reason, supporting decimal places makes me unhappy (it's probably because Excellon's lack of a true spec makes me angry), but I digress...

This is a good change that I'm going to pull in. I'm just going to rebase and clean up some style stuff, so take a look after it's merged.

mcous commented 9 years ago

Manually merged and closed with f06cbce.