thingiverse_4534045.scad 444 B

1234567891011121314
  1. $fn=180;
  2. difference() {
  3. union() {
  4. import("./thingiverse/Inside Spool Desiccant Canister - 4534045/files/Desiccant_Canister_-_Container.stl", convexity=10);
  5. cylinder(d=45, h=2);
  6. translate([0,0,-1.8]) cylinder(h=6, d=50, center=true);
  7. translate([0,0,-4]) cylinder(h=2, d=70, center=true);
  8. }
  9. cylinder(d=46, h=4, center=true);
  10. // Loch für Hygrometer
  11. cylinder(h=15, d=41.5, center=true);
  12. cube([43,7,15], center=true);
  13. }