
Cat corner protector
myminifactory
Cuddly felines can serve as guardians for infants, shielding them from hazardous edges. Crafting these adorable protectors with a supple plastic material will prove a wise decision. Below is the OpenSCAD script that brought this innovative design to life. module cat { // Body translate([0,0,-10]) union() { cylinder(h=20,r=15); cylinder(h=5,r=8); } // Legs translate([-15,0,-25]) rotate([90,0,0]) cylinder(h=40,r=2); translate([15,0,-25]) rotate([90,0,0]) cylinder(h=40,r=2); translate([-10,20,-25]) rotate([90,0,0]) cylinder(h=30,r=3); translate([-10,-20,-25]) rotate([90,0,0]) cylinder(h=30,r=3); // Ears translate([5,15,8]) rotate([0,45,0]){ cylinder(h=10,r=2); cylinder(h=5,r=1.5); } // Tail translate([-10,-20,8]) rotate([0,180,0]){ cylinder(h=30,r=3); cylinder(h=10,r=1.5); } }
With this file you will be able to print Cat corner protector 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 Cat corner protector.