
Rubber Foot Adapter (for Ironing Board)
thingiverse
A Simple Solution to Fit Rubber Feet on Ironing Board Tubing. It is a straightforward, rounded cylindrical adapter designed to make the rubber feet of your ironing board fit snugly onto its tubing. This adapter is parametric and customizable, allowing you to tailor it to your specific needs. You can see the SCADs for more information. The most advanced version of this adapter is the Ironing Board Rubber Foot Adapter 190710c. It has undergone significant development to ensure a seamless fit between the rubber feet and the ironing board tubing. Settings and OpenSCAD code are available below: fh=31; // internal height of rubber foot fd=31; // internal diameter of rubber foot td=22.4; // external diameter of tube fn=60; // rendering 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 to create a custom adapter for your ironing board!
With this file you will be able to print Rubber Foot Adapter (for Ironing Board) with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Rubber Foot Adapter (for Ironing Board).