You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
2.2 KiB
Markdown

# Tux money box for 3D printing
6 years ago
This is a 3d model of the Linux mascot Tux. It is designed as a moneybox, but can also rendered as a simple figure. The size can be adjusted. This model is written with OpenSCAD and is based on the [runeman](runeman.org/3d/tux) model.
<img align="center" width="500" alt="Finished painted Tux." src="images/tux-final.JPG">
## Parametre
With the parametre ``renderer`` you can choos which object you want render.
<img align="right" width="200" alt="Tux money box Openscad image" src="images/tux_openscad.png">
| renderer | Options | Description |
| ----- | ------ | ----------- |
| Tux | hight | Print the Tux as a figure with the given hight |
| moneybox | hight, currency | Print the Tux as a moneybox for given currency. Actually supportet (Euro, Sterling, Dollar) |
| lock | hight | This is vor printing the moneybox lock. |
## ToDo
- Redesign the Head of the Tux
- Improve the lock
# Tux Spardose für den 3D Drucker
Dieses 3D Tux Modell ist mit Openscad erstellt und modular aufgebaut. Der Tux lässt sich in seiner Größe variieren und kann als Figur oder Spardose gerendert werden. Als Vorlage für dieses Modell diente das Modell von [runeman](runeman.org/3d/tux).
6 years ago
## Printable
6 years ago
You can print difference modells of the Tux.
| Modell | Options | Description |
| ----- | ------ | ----------- |
| Tux | hight | Der Tux als Figur in gegebener Höhe. |
| moneybox | hight, currency | Render den Tux in gegebener Größe. Aktuell können die Währungen Euro, Sterling und Dollar gewählt werden. |
| lock | hight | Der Verschluss der Spardose. |
6 years ago
## ToDo
- Kopfform anpassen
- Verschluss verbessern