From d7820e2ebe9088190a988f183c694db8f1c31aa3 Mon Sep 17 00:00:00 2001 From: Irev-Dev Date: Sat, 22 Jul 2017 22:34:23 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0097bac..f91d35c 100644 --- a/README.md +++ b/README.md @@ -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(); +##### minkowsikInsideRound(); & minkowsikOutsideRound(); +##### round2d(); +##### polyRound(); - +