wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
628 stars 107 forks source link

Feature/save to ascii bugfix #229

Open JBil8 opened 2 weeks ago

JBil8 commented 2 weeks ago

Manually converting np.floats to standard python floats before converting to tuple and saving to ascii. Previous code saved stl with np.float(...) making it unreadbla to stl readers.