1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-08-28 09:49:50 +02:00

Update README.md

This commit is contained in:
Irev-Dev
2017-07-09 10:09:51 +00:00
committed by GitHub
parent b0ab113c84
commit dbbb85cade

View File

@@ -1 +1,10 @@
# Round-Anything
# Round-Anything
Is an incredibly powerful module that will allow you to fillet any of your OpenSCAD modules retrospectively while keeping the original dimensions. You don't need design your part again, or start using rounded cube modules etc, just throw minkowskiRound() out the front of it and your good to go. Also I hope the example in the first picture demonstrates that besides convenience of not having to add each fillet yourself, it will also fillet some areas (internal corners in particular) that are near impossible to fillet with other methods in SCAD.
Biggest downside is that it is very computationally intensive, you will have to keep the $fn low (I would recommend 10-15 as a starting point) unless you are willing to wait a long time (12 hours plus). The modules have been made with an enable variable so that you can disable the module and keep designing and only add the fillets when you are ready to output your final model.
I would love if people sent me examples that I can upload along with the ones I have here.
I'm going to try and see if I can get this added the the MCAD library.
[thingiverse page here](https://www.thingiverse.com/thing:2419664)