Bottom Plates didn't seem to generate correctly #61
|
I used the build mentioned in #46. When running Full output:When attempting to open either I am actually not sure if this shape is accurate to the design of the dactyl keyboard. I assumed the bottom would be fully closed, but this looks more like a gasket that I could do without. When attempting to render this in OpenSCAD so I can export as an STL, I end up with a 2D model: Any help would be appreciated! I recognize that this may be a case of me being unfamiliar with OpenSCAD. |
Replies: 1 comment 1 reply
|
The "filled" base plate generation function is not yet implemented for "solid" engine. In the clojure version, they generate the plate by filling all the holes in the model: switch holes and screw holes, so that the projection in the xy-plane is filled up. Then extrude the projection and difference with the screw holes. |
The "filled" base plate generation function is not yet implemented for "solid" engine. In the clojure version, they generate the plate by filling all the holes in the model: switch holes and screw holes, so that the projection in the xy-plane is filled up. Then extrude the projection and difference with the screw holes.