-
Notifications
You must be signed in to change notification settings - Fork 188
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
Fill Plates #19
Comments
Yes, the bottom plates have the outline and the screw holes. As I recall, I needed to do some manual editing of the dxf files to remove unneeded parts. I couldn't figure out how to fully automate it. |
Yes, i also couldn’t find out how to fill them … One thing i took a while to understand is that openscad can spout out a 2d DXF of the plate, which you can then extrude in the CAD of your choice. All that’s left is to add a generation procedure for the left side of the plate. Since i think it’d help others, i’ll probably PR generation of both sides of the plates, with a small Thanks and Best, |
There is an orientation that works to slice the plate, hull the slices, and union those hulls, but I was still tuning it for performance and then lost my changes. It's definitely workable though |
The plate files generatable by dactyl.clj (once you add a mirrored left variant) merely consist of the wall outlines, not the full plate. They essentially are a brim of plate around the (inner) perimeter of the keybord. If i got it wrong what they should be, please excuse my issue. On the other hand, it’d be great if it was possible to generate »full« plates, that are usable as-is, for the keyboard. Sadly, my openscad knowledge is not as good, so i didn’t succeed yet in making them »full«. If i succeed, i’ll open an PR — until then, i’d be grateful for any tips that more seasoned users might have ^_^.
Thank & Best,
-Dario
The text was updated successfully, but these errors were encountered: