Rubber Foot Adapter (for Ironing Board)

Rubber Foot Adapter (for Ironing Board)

Description

A simple, rounded cylindrical adapter to make the rubber feet of my ironing board fit on its tubing. It is parametric, customizable, see the SCADs. The Ironing Board Rubber Foot Adapter 190710c is the most matured version. Settings and OpenSCAD code: fh=31; // rubber foot internal height fd=31; // rubber foot internal diameter td=22.4; // tube external diameter fn=60; // redering fineness difference() { minkowski() { cylinder(d=td,h=fh-(31-22.4),$fn=fn); sphere(d=(fd-td),$fn=fn); }; translate([0,0,(fd-td)/2]) cylinder(d=td,h=fh,$fn=fn); }; ;-) it's that easy!

Statistics

Likes

11

Downloads

0