Round-Anything icon indicating copy to clipboard operation
Round-Anything copied to clipboard

A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.

Results 11 Round-Anything issues
Sort by recently updated
recently updated
newest added

Under some circumstances unionRoundMask requires re-flattening of the bottom of the model before slicing. Consider: `use $fn = 36; unionRoundMask( r = 1 , detail = $preview ? 3 :...

One of the consistent API pain points I have is moving between an [x, y] and [x, y, r] coordinate lists. I frequently find I want to start with a...

Greetings, Apologies for the elementary question about PolyRound. Sometimes when I call beamChain I get warnings "Tan() parameter could not be converted...". Typically, either a portion of the curve is...

I want to round/filet some 3d text. Is that feature currently supported? If yes, can you give an example and I'll add it to the example docs. If no, what...

Hi, not sure if you've noticed, but newer development snapshots of openscad have a new renderer called "manifold". This one renders orders of magnitude faster, even Minkowski is not slow...

Hey, first of all, awesome library! This particular combination of operations seems to result in faces going missing in preview mode: ``` difference() { linear_extrude(35) shell2d(2) polygon([ [15, 15], [28,...

If you specify the same radius for top and bottom, the rendered shape is different for the top and the bottom. The top and bottom layers seem to be shifted...

Add to the comment in the example code so when a user is viewing the polyround demo in the documentation, so the user, and anyone who uses cut-and-paste code from...

If I want to round the corners on a rotated solid polygon as is done with `extrudeWithRadius()`, is that possible with the library as-is? I tried to illustrate what I'm...

translate() -> translate([0,0,0]) https://github.com/Irev-Dev/Round-Anything/issues/51