Thingiverse
Square Nail Polish Holder
por sej7278
95
Descargas
87
Likes
0
Makes
Square nail polish (or lipstick, whatever) holder.
Not fully parametric - to get the correct angle so that the cut goes up to the last divider cleanly you have to play with ```angle``` and ```fudge```, for example the 4 division version used:
```
xlength = 100;
ywidth = 100;
zheight = 60;
corner = 3;
wall = 2;
divisions = 4;
fudge = 35;
angle = 20;
```
The 5 division version used:
```
xlength = 100;
ywidth = 100;
zheight = 50;
corner = 5;
wall = 3;
divisions = 5;
fudge = 51;
angle = 20;
```
If you come up with the clever maths to fix that (or OpenSCAD routine, I was thinking of a hull instead of a cube) please leave a comment.
A fully parametric version is available http://www.thingiverse.com/thing:2036554
Not fully parametric - to get the correct angle so that the cut goes up to the last divider cleanly you have to play with ```angle``` and ```fudge```, for example the 4 division version used:
```
xlength = 100;
ywidth = 100;
zheight = 60;
corner = 3;
wall = 2;
divisions = 4;
fudge = 35;
angle = 20;
```
The 5 division version used:
```
xlength = 100;
ywidth = 100;
zheight = 50;
corner = 5;
wall = 3;
divisions = 5;
fudge = 51;
angle = 20;
```
If you come up with the clever maths to fix that (or OpenSCAD routine, I was thinking of a hull instead of a cube) please leave a comment.
A fully parametric version is available http://www.thingiverse.com/thing:2036554
¿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!