1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-08-20 22:51:22 +02:00

Update README.md

This commit is contained in:
Irev-Dev
2017-07-22 22:34:23 +00:00
committed by GitHub
parent 8b02e7ee22
commit d7820e2ebe

View File

@@ -4,6 +4,7 @@
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.
There is also a minkowskiInsideRound() and minkowskiOutsideRound() which takes less time to render if you only need inside or outside radii
### round2d();
Allows you to round any 2d object in openscad
@@ -17,11 +18,14 @@ I would love if people sent me examples that I can upload along with the ones I
[thingiverse page here](https://www.thingiverse.com/thing:2419664)
### Examples
##### minkowsikRound();
<img src="https://github.com/Irev-Dev/Round-Anything/blob/master/images/mainminkowski.png" width="100%" align="left">
##### minkowsikInsideRound(); & minkowsikOutsideRound();
<img src="https://github.com/Irev-Dev/Round-Anything/blob/master/images/InOutminkowski.png" width="100%" align="left">
##### round2d();
<img src="https://github.com/Irev-Dev/Round-Anything/blob/master/images/round2d.png" width="100%" align="left">
##### polyRound();
<img src="https://github.com/Irev-Dev/Round-Anything/blob/master/images/PolyRoundexample1.png" width="100%" align="left">
<img src="https://github.com/Irev-Dev/Round-Anything/blob/master/images/PolyRoundexample2.png" width="100%" align="left">
<img src="https://github.com/Irev-Dev/Round-Anything/blob/master/images/PolyRoundexample3fn.png" width="100%" align="left">
<img src="https://github.com/Irev-Dev/Round-Anything/blob/master/images/PolyRoundexample2.png" width="100%" align="left">