No description
Find a file
2013-06-07 02:14:32 +02:00
thing-logos@8e9f0af9c5 re-add submodules, something went wrong there 2013-06-07 00:29:19 +02:00
write@cc949a2ed0 re-add submodules, something went wrong there 2013-06-07 00:29:19 +02:00
.gitmodules re-add submodules, something went wrong there 2013-06-07 00:29:19 +02:00
bottle-clip.scad make logo optional. In this case, the text uses the total width of the name tag. 2013-06-07 02:14:32 +02:00
examples.scad add variant for 0.33l longneck bottles and move all remaining global stuff to examples.scad 2013-06-07 01:52:35 +02:00
README.md update README: legacy and licence, setup 2013-06-07 00:23:02 +02:00

Bottle clip with name and logo

This thing is a simple clip with your name on it which can be used to mark your bottles.

The clip is customizable and you can tweak the following parameters:

  • radius on the upper and lower side, for easy adaptation to other bottle types. The script includes examples for standard 0.5l Club Mate bottles as well as german 0.33l bottles.
  • wall thickness (though the default should be okay for easy clipping)

Instructions

First, get all prerequisites. If you cloned this repository with Git, all you have to do is change into the repository and do a git submodule init && git submodule update.

Open bottle-clip.scad in OpenSCAD. At the end of the file, there is a template for 4 bottle name tags which you can adapt to build your own.

Legacy and Licence

The original design was made by Thingiverse user wizard23 under CC-BY-NC-3.0. daniel first put the text and then the logo on it, both his designs were CC-BY-SA-3.0. In the direct consequence, the design in this repo is also CC-BY-SA-3.0.

// vim: set et ts=2 sw=2 tw=0: