mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-23 05:34:23 +00:00
251298e2df
Use len instead of if dual
6 lines
226 B
OpenSCAD
6 lines
226 B
OpenSCAD
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); |