convertSTL
convertSTL copied to clipboard
A utility for converting STL files between ASCII and binary encoding.
Hi, after conversion of ASCII file to binary, programs refuse to open this file. Has somebody had same issue yet?
Puts converted files in "output-binary / output-ascii" folder
Go to http://www.eng.nus.edu.sg/LCEL/RP/u21/wwwroot/stl_library.htm#Download and download the porsche STL file. The STL file is in binary format but the converter thinks it's ascii and so fails to convert it.
Hi, just a quick note on converting that script into some native windows executable Download Ruby (https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.0-1/rubyinstaller-2.7.0-1-x64.exe) Then run "cmd" ``` gem install ocra git clone https://github.com/cmpolis/convertSTL.git cd convertSTL/ ocra...
Hello, I have an stl file that I have scanned from 3d scanner. Your code is under Download and I copied my scanned stl file which is in binary format...