From 0161f336e0260cbec596b8e6694fa0d0aa123d89 Mon Sep 17 00:00:00 2001 From: DMoosh <106955770+duskmushroom@users.noreply.github.com> Date: Tue, 19 Jul 2022 21:43:37 +0300 Subject: [PATCH] Update README.md Grammar/spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d15f8f..91227df 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Round-Anything is primarily a set of OpenSCAD utilities that help with rounding ## The Why -The truth is radii, internal radii in particular can be a real pain to add in openscad. and the more you move away from shapes with 90 degree angles the more difficult it becomes, effectively puting a complexity ceiling on parts you can produce in OpenScad. Because of how important radii in both making an apealing and strong part, reducing stress concentration etc, A library that focuses on radii as a core principle makes for a solid foundation for your parts. Furthermore the heart of the library revolves around the polygon, this is because we're leveraging the battle tested paradigm of extruding from 2d sketches of most CAD packages. I can't imagine making an OpenScad part without Round-Anything. +The truth is radii, internal radii in particular can be a real pain to add in openscad. and the more you move away from shapes with 90 degree angles the more difficult it becomes, effectively putting a complexity ceiling on parts you can produce in OpenScad. Because of how important radii in both making an appealing and strong part, reducing stress concentration etc, A library that focuses on radii as a core principle makes for a solid foundation for your parts. Furthermore the heart of the library revolves around the polygon, this is because we're leveraging the battle tested paradigm of extruding from 2d sketches of most CAD packages. I can't imagine making an OpenScad part without Round-Anything. ### Quick side-notes