convertSTL icon indicating copy to clipboard operation
convertSTL copied to clipboard

convertSTL.exe for Windows

Open vmario89 opened this issue 4 years ago • 0 comments

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 convertSTL.rb

It will generate convertSTL.exe

That's it. Super easy but helpful to de-force users to install Ruby in their system.

vmario89 avatar Mar 30 '20 20:03 vmario89