Fully rounded-corner cube module in OpenSCAD
For some projects involving metal plates for ropes I needed to create this module to create a smooth surface without sharp edges.
/*
* Author: Hector Perez
* Date: May/1/2023
* Description: Fully rounded-corner cube
*/
$fn = 60;
allRoundedCube(1,12,20,0.2);
module allRoundedCube(height, width, depth, roundness_diameter){
hull(){
sphere(