Haskell-Things / Haskell-Things/ImplicitCAD

undefined behavior when specifying threedimensional rounded radius

Open
#219 0 comments 0 reactions 0 assignees View on GitHub
feature-request
Dominant language
JavaScript
Stars
1.6k
Forks
148
PR merge metrics
No merged PRs in 30d

Description

I've tried to use this command to se if I could round in just one axis
```
cube(size = [w, h, 2], center = true, r=[1,0,0]);
```
instead of
```
cube(size = [w, h, 2], center = true, r=1);
```

and it atually compiles and generate something on STL file but probably an incomplete file as the preview is very simple and unsimilar to the project.

suggestion: In fact it would be great to be able to round in different dimensions on the future
Cheers!

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.