feat: Add cq-editor as dev dependency #8

Merged
aniva merged 3 commits from chore/version into main 2024-12-07 13:38:05 -08:00
1 changed files with 8 additions and 1 deletions
Showing only changes of commit 8e4553311b - Show all commits

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