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
624 stars 105 forks source link

Typo in to_binary() #106

Closed smgreenwood closed 5 years ago

smgreenwood commented 5 years ago

It looks like there is a typo here: https://github.com/WoLpH/numpy-stl/blob/4c6f1ba65ebfbe4160a4d671a5b318bb825aa3dc/stl/main.py#L79

The line reads: 'Convert STL files to ASCII (text) format'

I believe ASCII should be changed to binary: 'Convert STL files to binary (text) format'

wolph commented 5 years ago

Indeed, a copy paste from the to ascii function and I forgot to change the docs