JesusFreke / lalboard

A 3D-printed keyboard inspired by the DataHand
http://lalboard.com
Other
817 stars 56 forks source link

CAD Models? #8

Closed thecheatscalc closed 4 years ago

thecheatscalc commented 4 years ago

I apologize if these are available somewhere, but would you be interested in adding your CAD models that generated the STLs? If they're hosted elsewhere, would you mind adding a link in the docs?

JesusFreke commented 4 years ago

lalboard.py is where all of the models are defined. It uses my fscad framework for fusion 360. The design() method at the end of the file is the main entry point, where you can uncomment a specific part to generate.

thecheatscalc commented 4 years ago

Aha, I completely missed that. I'll have to try and pull the models in with your fscad framework later. Thanks for clarifying!