Thingiverse
Shower Drain - Customizable
por hve2019
2
Descargas
9
Likes
0
Makes
Replacement for a broken shower drain.
Inspired on a design from Dave Borghuis
https://www.thingiverse.com/thing:3964077
Adds rounding between the pipe and the lid.
If the holes parameter is undefined or not specified a sensible default is calculated
Tried and tested in the field for more than 4 years
Customize as needed.
Have fun!
###code:
lid = [87 , 5, 3 ]; // [ outer diameter, height, wall thickness ]
pipe = [57.8, 46, 1.2]; // [ outer diameter, height, wall thickness ]
type = 1 ? "circle" : "square";
shower_drain(lid, pipe, rounding=3, holes=undef, type = type);
Inspired on a design from Dave Borghuis
https://www.thingiverse.com/thing:3964077
Adds rounding between the pipe and the lid.
If the holes parameter is undefined or not specified a sensible default is calculated
Tried and tested in the field for more than 4 years
Customize as needed.
Have fun!
###code:
lid = [87 , 5, 3 ]; // [ outer diameter, height, wall thickness ]
pipe = [57.8, 46, 1.2]; // [ outer diameter, height, wall thickness ]
type = 1 ? "circle" : "square";
shower_drain(lid, pipe, rounding=3, holes=undef, type = type);
¿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!