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.3 KiB
Markdown

# Tux money box for 3D printing
6 years ago
6 years ago
This is a 3d model of the Linux mascot Tux. It is designed as a moneybox, but can be 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.
6 years ago
<img align="right" width="200" alt="Tux money box Openscad image" src="images/tux_openscad.png">
<img align="center" width="500" alt="Finished painted Tux." src="images/tux-final.JPG">
6 years ago
## Parameters
6 years ago
With the following parameter ``renderer`` you can choose which object you want to render.
| renderer | Options | Description |
| ----- | ------ | ----------- |
6 years ago
| Tux | height | Print the Tux as a figure with the given height |
| moneybox | height, currency | Print the Tux as a moneybox for given currency. Actually supported (Euro, Sterling, Dollar) |
| lock | height | This is for 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
6 years ago
## Parameter
6 years ago
6 years ago
Über den Parameter Renderer bestimmst du welches Objekt gerendert wird:
| Modell | Options | Description |
| ----- | ------ | ----------- |
6 years ago
| Tux | height | Der Tux als Figur in gegebener Höhe. |
| moneybox | height, currency | Render den Tux in gegebener Größe. Aktuell können die Währungen Euro, Sterling und Dollar gewählt werden. |
| lock | height | Der Verschluss der Spardose. |
6 years ago
## ToDo
- Kopfform anpassen
- Verschluss verbessern