1
0
Fork 0
mirror of https://github.com/rsheldiii/KeyV2.git synced 2025-03-10 08:42:53 +00:00
KeyV2/examples/plate_generation.scad

6 lines
226 B
OpenSCAD
Raw Normal View History

include <../includes.scad>
// plates are currently generated via the same layout arrays as layouts are.
// just pass the layout to plate() and it'll do it's job using hull().
// still in beta
plate(60_percent_default_layout);