Irev-Dev / Irev-Dev/Round-Anything

Difference of a linear extrusion of a shell2d results in rendering glitches in preview

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

Description

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, 15],
[28, 28],
[15, 28],
[15, 15]
]);
cube([20,20,20]);
}
```

![image](https://user-images.githubusercontent.com/5127297/215065636-cd5a8bb1-a3d8-4d6a-be47-52749c106848.png)

I've highlighted the cube for clarity. The render turns out fine.

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.