update rbuild comments and readme with windows support

This commit is contained in:
zhao
2023-09-13 21:40:41 -04:00
parent f358b16ed0
commit be5ed83932
2 changed files with 11 additions and 4 deletions

View File

@ -5,8 +5,17 @@ import subprocess
import os
# ------------- EDIT THESE VARIABLES WITH THE LOCATION OF YOUR OPENSCAD BINARIES
# Linux Example
PATH_TO_OPENSCAD = '/usr/bin/openscad'
PATH_TO_OPENSCAD_NIGHTLY = '/snap/bin/openscad-nightly'
# Mac Example
# PATH_TO_OPENSCAD = '/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD'
# Windows Example
# PATH_TO_OPENSCAD = r'C:\Program Files\OpenSCAD\openscad.exe'
###############################################################################