Difference between revisions of "PythonScad"

From BITPlan Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD $@
 
/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD $@
 
</source>
 
</source>
=== check version ==
+
=== check version ===
 
<source lang='bash'>
 
<source lang='bash'>
 
openscad -v
 
openscad -v

Revision as of 06:54, 22 September 2022

ViewSCAD

Installation

On MacOS

create script $HOME/openscad

#!/bin/bash
# call OpenSCAD command line
/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD $@

check version

openscad -v
OpenSCAD version 2021.01
jupyter labextension install jupyter-threejs