Round corners for Openscad - Library 3D model preview
View source Save
0 downloads 0 likes 0 views Free price

About this 3D model

Making a cube in OpenScad takes just one line of code. Making it nicer (with rounded corners) takes... 40 lines of code!But hey, the good thing about OpenScad is that once someone makes a library, everything becomes trivial.So now, making tidy iPhonesque shapes requires just a line of code:roundCornersCube(10,5,2,1);