FabLab bottle clip generator built with OpenSCAD https://bottle-clips.fablab-altmuehlfranken.de
Go to file
Fabian Müller 4669017d0c Improve user experience with interactive client
Based on Vue.js, mainly because it can be used without any compilation.
2023-05-30 00:17:55 +02:00
app Improve user experience with interactive client 2023-05-30 00:17:55 +02:00
.gitignore Initial commit 2023-05-23 13:19:28 +02:00
COPYING.CC-By-SA Initial commit 2023-05-23 13:19:28 +02:00
COPYING.CC0 Initial commit 2023-05-23 13:19:28 +02:00
COPYING.MIT.download Improve user experience with interactive client 2023-05-30 00:17:55 +02:00
COPYING.MIT.vuejs Improve user experience with interactive client 2023-05-30 00:17:55 +02:00
Dockerfile Initial commit 2023-05-23 13:19:28 +02:00
README.md Improve user experience with interactive client 2023-05-30 00:17:55 +02:00
docker-compose.yml.example Initial commit 2023-05-23 13:19:28 +02:00
poetry.lock Initial commit 2023-05-23 13:19:28 +02:00
pyproject.toml Initial commit 2023-05-23 13:19:28 +02:00

README.md

FabLab Bottle Clip Generator

This project renders bottle clips for a given name with the widely known FabLab "cube" logo.

The generator allows users to generate and download STL files generated on the server using OpenSCAD and the parametric bottle name tag project.

Licensing

The OpenSCAD code of the parametric bottle clip generator is licensed under the terms of the CC-By-SA 3.0 Unported license. A copy of the license can be found in COPYING.CC-By-SA.

The remaining Python code is licensed under the terms of the CC0 license. A copy of the license can be found in COPYING.CC0.

The FabLab "cube logo" is not subject to copyright protection and is considered to be in the public domain. The drawings derived from it which this project uses are in the public domain as well.

The client code further uses Vue.js and download, both licensed under the MIT license. See COPYING.MIT.vuejs and COPYING.MIT.download respectively.