https://github.com/medicationforall/cadqueryhelper
cadquery helper library
https://github.com/medicationforall/cadqueryhelper
Last synced: 2 months ago
JSON representation
cadquery helper library
- Host: GitHub
- URL: https://github.com/medicationforall/cadqueryhelper
- Owner: medicationforall
- License: apache-2.0
- Created: 2022-07-17T10:44:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-12T16:09:44.000Z (3 months ago)
- Last Synced: 2026-03-12T17:10:11.805Z (3 months ago)
- Language: G-code
- Homepage:
- Size: 56.3 MB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cadquery - cadqueryhelper - Cadquery Shape primitive library and other helper scripts (Part Libraries and Part Generators)
README
# cadqueryhelper
CadQuery Helper library.
Code for shape primitives, looping groups of shapes, hinges, and various wave operations.

## Documentation
## Index
* [Grid](./documentation/grid.md)
* [Hinge](./documentation/hinge.md)
* [Shapes](./documentation/shapes.md)
* [Wave](./documentation/wave.md)
## Changes
* [Changelog](./changes.md)
## Dependencies
* [CadQuery](https://github.com/CadQuery/cadquery)
---
### Installation
Pip install from Pypi https://pypi.org/project/cadqueryhelper/
pip install cadqueryhelper
**OR**
To install CadQuery Helper directly from GitHub, run the following `pip` command:
pip install git+https://github.com/medicationforall/cadqueryhelper
**OR**
### Local Installation
From the cloned cadqueryhelper directory run.
pip install ./
---
## Running Example Scripts
* From the root of the project run of example_runner.py:
``` bash
C:\Users\\cadqueryhelper>python example_runner.py
```
**OR**
* From the root of the project run one of the example scripts:
``` bash
C:\Users\\cadqueryhelper>python ./example/shape/arrow.py
```