Thingiverse

SIMPLE FILLETS Library by mike_mattala
by Thingiverse
Last crawled date: 4 years, 1 month ago
This library generates basic fillets using the following functions:
linear_fillet (straight edges)
corner_fillet (90 degree corners)
ring_fillet (cylinders - inside and outside)
profile (generates the 2d profile used to set the fillet shape)
There are more advanced fillet libraries and functions available such as the excellent:https://github.com/clothbot/ClothBotCreations/blob/master/utilities/fillet.scad
however, sometimes you just need a basic fillet with a low computational overhead that can be applied quickly and easily to selected objects :)
linear_fillet (straight edges)
corner_fillet (90 degree corners)
ring_fillet (cylinders - inside and outside)
profile (generates the 2d profile used to set the fillet shape)
There are more advanced fillet libraries and functions available such as the excellent:https://github.com/clothbot/ClothBotCreations/blob/master/utilities/fillet.scad
however, sometimes you just need a basic fillet with a low computational overhead that can be applied quickly and easily to selected objects :)