doc: Instructions for using cq-editor
This commit is contained in:
parent
016b717b41
commit
8e4553311b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue