Difference between revisions of "PythonScad"

From BITPlan Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
openscad -v
 
openscad -v
 
OpenSCAD version 2021.01
 
OpenSCAD version 2021.01
 +
npm --version
 +
8.8.0
 
</source>
 
</source>
  

Revision as of 06:56, 22 September 2022

ViewSCAD

Installation

  • Install OpenSCAD
  • Install viewscad
    pip install viewscad
    

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
npm --version
8.8.0
jupyter labextension install jupyter-threejs