Skip to content

Quickstart

Justin Shaw edited this page Mar 15, 2021 · 1 revision

Install AlexCAD and dependencies

> pip install numpy
> pip install numpy-stl
> git clone [email protected]:wyolum/Alex.git
> cd Alex/scripts
> touch Alex_test.scad ## or wait for AlexCAD to generate this automatically
> openscad Alex_test.scad & ### background this task or launch OpenScad manually, file->open "Alex_test.scad"'
>                           ### in the OpenScad menu select Design->Automatically Reload and Preview
> python AlexCAD.py

Congure SCAD New Part Rotate 3 Drag part in all four views. Align

Clone this wiki locally