Last Updated or created 2025-02-10
Made a cap for a mushroom button, with editable text.


It’s on makersworld:
https://makerworld.com/en/models/1093945
Also made some chair thingies. We have wooden floors and her new chair has pointy feet.


Made using Openscad
difference(){
union(){
cylinder(h=5,d=30);
translate([0,0,1.5]){
difference(){
rotate([20,0,0])
cylinder(h=30,d=25);
rotate([20,0,0])
cylinder(h=30,d=17);
}
}
}
translate([0,0,-5])
cylinder(h=5,d=30);
}