Skip to content
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

Open
Nebukadneza opened this issue Aug 31, 2018 · 3 comments · May be fixed by #20
Open

Fill Plates #19

Nebukadneza opened this issue Aug 31, 2018 · 3 comments · May be fixed by #20

Comments

@Nebukadneza
Copy link

Nebukadneza commented Aug 31, 2018

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

@tshort
Copy link
Owner

tshort commented Aug 31, 2018

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.

@Nebukadneza
Copy link
Author

Yes, i also couldn’t find out how to fill them … hull() as is the convex hull isn’t quite right (produces a too large plate …), and the other similar operation, minowski() is also not what we want.

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
README.md hint reminding other users of the DXF+CAD way … if that’s ok?

Thanks and Best,
-Dario

@Nebukadneza Nebukadneza linked a pull request Sep 1, 2018 that will close this issue
@maxkorp
Copy link

maxkorp commented Apr 18, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants