2

I would like to create a case or a box which has two holes for incoming and exiting water. I want the box to be opened and closed. Therefore it is good to be something like a treasure box.

Is there a way to design the lid of the box to prevent water from leaking around the areas where the box and the lid are meeting without using glue?

enter image description here

chicks
  • 143
  • 5
  • Not a complete solution, thus a comment only: the more hydrophobic the material is, the larger the gap that water won't penetrate (at a given pressure). Thus, choosing the material wisely (or considering a hydrophobic coating) may be one puzzle piece to a solution. That would be along the lines of ABS rather than PLA or PETG. – cbeleites unhappy with SX Oct 31 '20 at 14:22

2 Answers2

1

"Completely" is always relative, but for water at the pressures involved it's probably achievable. Normally you need some sort of gasket (material that can bend/compress to slight imperfections in the mating surfaces), and a means of holding the two surfaces tight against the gasket, to get such a seal.

With 3D printing, it's plausible that the print itself could be sufficiently non-rigid to achieve this, if you have a way of keeping the lid and box pressed tightly against each other - bolts through the lid, clips around the edges, etc. But it's unlikely to work well.

I would either print I suitable gasket in TPU, or cut one from some suitable material if you don't have the capability to print with TPU. Either way you still need to design your box and lid so that they're pressed tightly against the gasket.

One possible frame challenge would be doing a round box instead, with a circular threaded lid. It's likely that you could achieve a decent seal for your purposes without any gasket just by tightening the threads, and if not, you still have a really good setup for use with an added gasket.

  • The round box sounds great. Do you think the average of three printers are capable of printing the threaded lid edges?. Thx :) – Anwar Elhadad Oct 26 '20 at 15:50
  • Yeah, printing large-diameter threads is fairly easy for a 3D printer; the overhangs (at least as long as you stick to metric thread profile or something similar) are not severe and don't need any supports. With a hollow threaded cylinder which you'll have here, just make sure the walls are thick enough they're still sturdy once the threads are added. – R.. GitHub STOP HELPING ICE Oct 27 '20 at 13:47
0

I know this sounds obvious, but given the box has holes in the top – does it only need to be watertight when it's the right way up? If not, you could just do something like:

enter image description here

Assuming that won't work, I think a really good seal would be hard with just something like PLA, because the printing texture alone means there will always be tiny gaps between the mating surfaces. In some cases, those grooves will actually act as capillaries (if you've ever tried to use a sharpie marker on a print, you can imagine what I mean).

If the lid fits snugly, then just lining it with something like plumber's thread tape would probably do a good job.

If it needs to work straight out of the printer, then I would try something like this (obviously I've exaggerated the detail):

enter image description here

The idea being something like the plastic seal you see on some types of refrigerator door, which has a thin wall with a free edge that allows it to flex.

NB in all these cases, sharp corners will cause problems – it will be easier to get a seal if you put a radius (say, 5mm) on the vertical edges of the box.

bobtato
  • 111
  • 3
  • You forgot the gasket in design 1, and the self-sealinggasket in 2 does not secure it against overpressure that lifts the lid - but the concept is there. – Trish Oct 31 '20 at 22:00
  • The point of the first design is that if the box won't be tilted (much), then you don't need a seal at all – you just need the inner box to be higher than the level of the water... – bobtato Nov 01 '20 at 20:21