doc: Instructions for using cq-editor

This commit is contained in:
Leni Aniva 2024-12-06 12:42:26 -08:00
parent 016b717b41
commit 8e4553311b
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Cosplay # Cosplay
This is the design repository for NorCal Hakkero Factory No. 1. This is the design repository for NorCal Hakkero Factory No. 1, where we use
parametric CAD to make cosplay props.
## Development ## Development
@ -15,6 +16,12 @@ and this should succeed
python3 -c "import nhf" python3 -c "import nhf"
``` ```
To visualize an object, create a file `visualize.py`, and run `cq-editor`:
``` sh
python3 -m cq_editor visualize.py
```
## Testing ## Testing
Run all tests with Run all tests with