Difference between revisions of "PythonScad"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Installation == | == Installation == | ||
* Install {{Link|target=OpenSCAD}} | * Install {{Link|target=OpenSCAD}} | ||
− | === On MacOS == | + | === On MacOS === |
create script $HOME/openscad | create script $HOME/openscad | ||
<source lang='bash'> | <source lang='bash'> |
Revision as of 05:53, 22 September 2022
- https://github.com/nickc92/ViewSCAD
- https://github.com/SolidCode/SolidPython
- https://pypi.org/project/openpyscad/
ViewSCAD
Installation
- Install OpenSCAD
On MacOS
create script $HOME/openscad
#!/bin/bash
# call OpenSCAD command line
/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD $@
jupyter labextension install jupyter-threejs