Irev-Dev / Round-Anything

A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.
https://kurthutten.com/blog/round-anything-a-pragmatic-approach-to-openscad-design
MIT License
504 stars 47 forks source link

unionRoundMask #33

Closed TLC123 closed 3 years ago

TLC123 commented 3 years ago

First draft for review in progress towards harmonization of documentation and examples. unionRoundMask is almost complete. I contemplate an option to produce just the fillet and no operands

Irev-Dev commented 3 years ago

Sorry I've been slow to get back to you, and thanks for following through and putting up this PR @TLC123.

It looks really good, and so are the docs.

towards harmonization of documentation and examples

The rest of the docs are here: https://github.com/Irev-Dev/cadhub/tree/main/docs/docs/round-anything I put them on https://learn.cadhub.xyz/ since I already the setup for publishing docs ready with Cadhub Instructions for how to set up the docs are here https://github.com/Irev-Dev/cadhub/blob/main/docs/README.md. though its a lot to ask so I can put the docs up if you like.

One other thing worth mentioning is that all the existing docs have live demos on CadHub for most of the examples, though there are some performance and timeout issues on Cadhub that I'm still working through, and so thats partly why there's no live demo for minkowski round. It might effect your functions too.

TLC123 commented 3 years ago

All 1.0 features implemented. Ready to merge.