Irev-Dev / Irev-Dev/Round-Anything

shell2d makes a circle look low-poly

Open
#53 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
OpenSCAD
Stars
677
Forks
52
PR merge metrics
No merged PRs in 30d

Description

Given this code, I get the following preview/render/stl/print. I thought it might just be a rendering issue, so, I've tracked it at each step including printing, and I'm unsure how to resolve it. Any guidance?

```python
include <../OpenSCAD-Round-Anything/polyround.scad>
$fn=1000;

circle(2);

translate([0, 0, 3])shell2d(-0.5)circle(2);
```
![image](https://github.com/Irev-Dev/Round-Anything/assets/8399149/a2001ee7-3884-4e79-8c46-c03eea6a3e8c)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.