Skip to content

thinwall_20_30

Advertising
Advertising
?
Creation quality: 5.0/5 (1 vote)
Evaluation of members on the printability, utility, level of detail, etc.

  • 245 views
  • 8 downloads

License
3D design format
Folder details Close
  • thinwall_20_30.scad
  • thinwall_20_30.stl

Learn more about the formats

Publication date 2023-09-13 at 23:06
?
Published to Thingiverse on: 2023-09-13 at 21:02
Design number 1448750

3D printer file info

3D model description

This is a thin wall test with rounded and sharp edges. My slicer says it takes about 0.29m of filament, so it's a cheap test for adhesion, speed, retraction, cornering, dimensions, and thin-wall extrusion.

I printed the rough part in the picture in 2012 on a home-built Wallace, and wanted to print a new one on my new printer, but didn't have the pattern. So I hacked one up based on https://github.com/Irev-Dev/Round-Anything :

```
// thinwall_20_30 -- thin wall test piece, copied from memory
// Uses polyround from https://github.com/Irev-Dev/Round-Anything

// https://www.thingiverse.com/thing:6216210

// Wall thickness
thick = 0.5; // 0.01
// length
x = 30;
// width
y = 20;
// height
z = 10;

$fa = .01; // facet angle
$fs = $preview ? 5 : 1; // facet size
$fn= $preview ? 32 : 64; // facet number

thinwall_rounded();

// x,y,radius
radiiPoints=[
[0, 0, 0 ],
[x, 0, 10 ],
[x, y, 10 ],
[0, y, 5 ]
];

use // https://github.com/Irev-Dev/Round-Anything

module thinwall_rounded(){
linear_extrude(z){
shell2d(-thick)polygon(polyRound(radiiPoints,30));
}
}
```

If you use OpenSCAD, you can customize the dimensions, but the Thingiverse customizer won't work because it doesn't have the library available.

Advertising


Issue with this design? Report a problem.

Would you like to support Cults?

You like Cults and you want to help us continue the adventure independently? Please note that we are a small team of 3 people, therefore it is very simple to support us to maintain the activity and create future developments. Here are 4 solutions accessible to all:

  • ADVERTISING: Disable your banner blocker (AdBlock, …) and click on our banner ads.

  • AFFILIATION: Make your purchases online by clicking on our affiliate links here Amazon.

  • DONATE: If you want, you can make a donation via Ko-Fi πŸ’œ.

  • WORD OF MOUTH: Invite your friends to come, discover the platform and the magnificent 3D files shared by the community!


Sharing and downloading on Cults3D guarantees that designs remain in makers community hands! And not in the hands of the 3D printing or software giants who own the competing platforms and exploit the designs for their own commercial interests.

Cults3D is an independent, self-financed site that is not accountable to any investor or brand. Almost all of the site's revenues are paid back to the platform's makers. The content published on the site serves only the interests of its authors and not those of 3D printer brands who also wish to control the 3D modeling market.

100% secure payment by credit card, PayPal, Apple Pay, Google Pay, etc.
View all payment options.