Compare commits
No commits in common. "8e4553311bf02bf9273a9ba0dcdae96ec3f2ab05" and "eace8745f3caf7c19583e1809f12d0f52f5662f2" have entirely different histories.
8e4553311b
...
eace8745f3
|
@ -1,7 +1,6 @@
|
||||||
# Cosplay
|
# Cosplay
|
||||||
|
|
||||||
This is the design repository for NorCal Hakkero Factory No. 1, where we use
|
This is the design repository for NorCal Hakkero Factory No. 1.
|
||||||
parametric CAD to make cosplay props.
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
@ -16,12 +15,6 @@ 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
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -17,12 +17,6 @@ multimethod = "^1.12"
|
||||||
scipy = "^1.14.0"
|
scipy = "^1.14.0"
|
||||||
typish = "^1.9.3"
|
typish = "^1.9.3"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
|
||||||
cq-editor = {git = "https://github.com/CadQuery/CQ-editor.git"}
|
|
||||||
pyqt5 = "^5.15.11"
|
|
||||||
logbook = "^1.8.0"
|
|
||||||
spyder = "^5"
|
|
||||||
pyqtgraph = "^0.13.7"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Reference in New Issue