May 1, 2022
Description
This is a slight model change of Fat Cat thing 901128 that I used for printing. It solved slicing issues I had with Simplify and prints well without support.
The changes from the original thing 901128
For the record, this is the openscad script I used to make the modifications
k=2.27;
intersection() { scale([k, k, k]) rotate([0, 0, -90]) translate([0, 0, -0.9]) import("FatCat2_fixed.stl", convexity=3);
cylinder(d=130, h=70); }
Category: SculpturesLicense:
Creative Commons — Public Domain