7

A fillet is like a rounded corner but on the inside of the corner.

enter image description here

Does it make a difference (structurally) to use fillets on a 3d printed part?

Pᴀᴜʟsᴛᴇʀ2
  • 2,503
  • 3
  • 11
  • 40
user77232
  • 2,418
  • 11
  • 20

2 Answers2

12

If your part needs structural support, then the word is: absolutely. Fillets provide the added support when you need it. If your part has a meeting line which is sharp - 90° (or perpendicular), there is a natural stress riser in your design. This is a weak spot where a crack can form. If strength is needed and the fillet won't interfere with the design, it's definitely something you should include with your part.

Pᴀᴜʟsᴛᴇʀ2
  • 2,503
  • 3
  • 11
  • 40
  • 2
    Chamfers (flat corner cuts) are a better option for printability, unless the corner is in the XY plane. – Trish Jun 16 '19 at 18:46
  • 2
    @Trish - chamfers are not really any more printable than a fillet In my (admittedly limited) experiance, and they still leave two stress points. – SiHa Jun 18 '19 at 10:40
  • 1
    Please check out [Makers Muse on fillets & chamfers](https://www.youtube.com/watch?v=XTvBOGgx48I). – Trish Jun 18 '19 at 11:38
  • 1
    @SiHa Fillets are less printable than chamfers (depending on the printing plane), please read [this answer](/a/10278). – 0scar Nov 15 '19 at 08:03
11

Fillets in X-Y plane (i.e. between two vertical surfaces) work great for 3D prints and increase the strength a lot. They usually also improve the print quality, because the print head can keep a constant speed in the curve instead of slowing down to a sharp corner.

However fillets that extend in Z direction (i.e. between a vertical and a horizontal surface) suffer from layer artifacts. Sometimes they can look worse than a sharp corner would. While they do still increase the strength significantly, they are not as strong as similarly sized fillets in X-Y plane are.

jpa
  • 341
  • 1
  • 4
  • 1
    So the nozzle can keep it's speed around corners better, and X-Y fillets are better than Z fillets. Kewlio. – user77232 Jun 16 '19 at 16:13