Thingiverse
Electronic Stand (CadQuery)
por mountain96
2
Descargas
0
Likes
0
Makes
# Cadquery 3D Stand
Inspired by the adafruit pi zero stand: https://learn.adafruit.com/raspberry-pi-zero-stand
I created a stand for my orange-pi zero. (config: [44.5, 49])
I generalized the CadQuery code for any projects that want to use this stand design.
# Website Generator
The following webpage can be used to generate and download the custom STL model.
A STL viewer is also embedded in the webpage.
Drag the download pop-up into the viewer window to see the mode.
http://172.233.238.31/stand
Deployed with: Linode server, uvicorn, fastapi, cadquery, and docker.
# Local Docker Usage Instructions
Requirements:
-Docker installed
-main.py downloaded
-config.json downloaded
The following command uses the official cadquery docker container to run the script.
```
docker run -it --rm \
-v $(pwd):/mount \
cadquery/cadquery \
python /mount/main.py \
--config /mount/config.json \
--output /mount/mount.stl
```
# Config File
Inspired by the adafruit pi zero stand: https://learn.adafruit.com/raspberry-pi-zero-stand
I created a stand for my orange-pi zero. (config: [44.5, 49])
I generalized the CadQuery code for any projects that want to use this stand design.
# Website Generator
The following webpage can be used to generate and download the custom STL model.
A STL viewer is also embedded in the webpage.
Drag the download pop-up into the viewer window to see the mode.
http://172.233.238.31/stand
Deployed with: Linode server, uvicorn, fastapi, cadquery, and docker.
# Local Docker Usage Instructions
Requirements:
-Docker installed
-main.py downloaded
-config.json downloaded
The following command uses the official cadquery docker container to run the script.
```
docker run -it --rm \
-v $(pwd):/mount \
cadquery/cadquery \
python /mount/main.py \
--config /mount/config.json \
--output /mount/mount.stl
```
# Config File
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!