-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Support SCAD dialect used by Lagrange Keyboard #384
Comments
so, implicitcad takes scad, and generates stl, not the other way arround. :) |
Yes, see the log:
Merely the link is incorrect (the scad file needs to be generated). I uploaded the file here: https://gist.github.com/hasufell/360c81482d0a1f7a7d49c46b42968fff |
ok, looking at that scad file, I can tell you that implicitcad has no color operation, and worse for your model, has no hull operation. determining how to implement hull in a signed distance field is a hard problem. |
what scad generator are you using? |
It's generated from clojure code: https://github.com/dpapavas/lagrange-keyboard/blob/master/src/lagrange_keyboard/core.clj It appears to be scad-clj "0.5.4-SNAPSHOT". |
Started a dialog with upstream to see if we can fix this integration for you. |
so, it looks like the library is not the source of the issue, but the decisions of the keyboard's designers. |
File: https://github.com/dpapavas/lagrange-keyboard/blob/master/things/right.stl
The text was updated successfully, but these errors were encountered: