Aaron Siegel
Aaron Siegel
Any chance we might see a Scala 2.13 artifact published soon? I use Rings in my project and it is currently the only thing blocking me from moving t 2.13......
Fantastic news! My project's tests pass with the 2.5.8 release, so, so far so good... thank you!! Aaron
It works for me: ``` packing_box(["xxxxx|xxxxx|xxxxx|xxxxx|xxxxx", "xxxxx|x...x|x...x|x...x|xxxxx"]); ``` versus ``` $box_bevel = 3; packing_box(["xxxxx|xxxxx|xxxxx|xxxxx|xxxxx", "xxxxx|x...x|x...x|x...x|xxxxx"]); ``` Can you post your complete .scad file? Thanks!
If you don't use `$auto_layout`, you can fine-tune the beveling. The following is supposed to work, but evidently there's a bug that causes an infinitesimally thin overhang if the z-...