Bottom late renders wrong, can't seem to use cadquery engine #108
Llamalland
started this conversation in
General
Replies: 2 comments
-
i get the same, just the rim and no bottom plate :/ and when rendered the height seems to be 0? Correction they're 0.01 high |
Beta Was this translation helpful? Give feedback.
0 replies
-
There was a bug introduced here. If you don't need those features, you can go back to this commit, which generates the base plate properly: https://github.com/joshreve/dactyl-keyboard/tree/75da53f96e389d837055921bd2eb61b58b7787e2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is what I get out of openSCAD. Takes a really long time to render too for a seemingly simple object, but it's obviously not what was intended.
Also I'm not really sure how to get cadquery engine outputting -I'm on windows with the docker environment, and when I run DM-config it generates run_config.json as you'd expect, but I can't seem to get step files out of that. The documentation seems to imply that running DM-run should run dactyl_manuform.py (which is fine when I use solidpython as the engine) and that running that should also run run_config.json, but I'm not getting any .step files.
My prototype prints seem to be good enough from .scad renders from what I can tell, but I figured this might just luckily fix my first problem since there are a few settings which say they only work on cadquery.
Beta Was this translation helpful? Give feedback.
All reactions