PythonScad

From BITPlan Wiki
Revision as of 06:56, 22 September 2022 by Wf (talk | contribs) (→‎check version)
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
npm --version
8.8.0
jupyter labextension install jupyter-threejs