alwarnecke
Results
1
comments of
alwarnecke
If @FireWingHu's method did not work for you, you can also try explicitly opening the file as read-only and binary, as follows: `infile = open('binary.stl', 'rb') #import file`