OpenSCad Rounded Cube 3D model preview
View source Save
1,795 downloads 14 likes 3,787 views Free price

About this 3D model

OpenSCad module to create cubes with ALL corners rounded. Just change the normal cube call to cubeX( size=10,radius=2,center=true ); This module uses the hull function and is quicker than the minkowski call.