Difference between revisions of "PythonScad"

From BITPlan Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
= ViewSCAD =
 
= ViewSCAD =
 
== Installation ==
 
== Installation ==
Install {{Link|target=OpenSCAD}}
+
* Install {{Link|target=OpenSCAD}}
 +
=== On MacOS ==
 +
create script $HOME/openscad
 +
<source lang='bash'>
 +
#!/bin/bash
 +
# call OpenSCAD command line
 +
/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD $@
 +
</source>
 +
 
 
<source lang='bash'>
 
<source lang='bash'>
 
jupyter labextension install jupyter-threejs
 
jupyter labextension install jupyter-threejs

Revision as of 06:53, 22 September 2022

ViewSCAD

Installation

= On MacOS

create script $HOME/openscad

#!/bin/bash
# call OpenSCAD command line
/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD $@
jupyter labextension install jupyter-threejs