10 lines
328 B
Markdown
10 lines
328 B
Markdown
# CAD Files for Syncgrips BLE enabled Paralletes
|
|
|
|
You can start a Docker container with the environment for creating CAD models using python and `build123d`. It spawns a jupyter notebook with integrated 3D renderer.
|
|
|
|
```bash
|
|
docker run -it --rm -v <YOUR_PROJ_FOLDER>:/home/cq -p 8888:8888 bwalter42/jupyter_cadquery:3.5.2
|
|
```
|
|
|
|
|