-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KCL: Chamfer and fillet now use keyword arguments #5389
base: main
Are you sure you want to change the base?
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
a860394
to
e23a166
Compare
|
e23a166
to
53805fe
Compare
|
|
|
64b5324
to
adf6ef4
Compare
|
|
Previously:
|> fillet({ radius = 5, tags = [seg01] }, %)
Now:
|> fillet(radius = 5, tags = [seg01])