apparentlymart / python-stl

Python library for parsing and producing STL files, in both ASCII and binary formats. No longer maintained.
MIT License
9 stars 13 forks source link

Fixed issue with exponent byte capitlization #4

Closed dnkrtz closed 9 years ago

dnkrtz commented 9 years ago

ASCII .stl files with capitalized exponent bytes ('E' vs. 'e') were returning an error.

apparentlymart commented 9 years ago

Thanks!

I added a test for your change and merged the modified version as 14055a4393422795421465b30ec9bb5cbcf0cb3e.

apparentlymart commented 9 years ago

This change is now in v0.0.3 on PyPI.