Python library for making portal, container, and shieldwall terrain.
This repo is an archive, active development has been moved to cqindustry
To install cqportal directly from GitHub, run the following pip command:
pip install git+https://github.com/medicationforall/cqportal
OR
From the cloned cqportal directory run.
pip install ./
- All of the examples live in the example directory
- The examples generated output stl's are written to the stl directory.
example_runner.py runs all examples.
C:\Users\<user>\home\3d\cqportal>python example_runner.pyOR
- From the root of the project run one of the example scripts:
C:\Users\<user>\home\3d\cqportal>python ./example/rampGreebled.py

