PythonScad

From BITPlan Wiki
Revision as of 06:55, 22 September 2022 by Wf (talk | contribs) (→‎Installation)
Jump to navigation Jump to search

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