Rework dual legends

Use len instead of if dual
This commit is contained in:
IhatemyISP 2020-03-07 13:54:47 -05:00
parent 86fab3b4a2
commit 251298e2df
No known key found for this signature in database
GPG key ID: C87915CB776E8490
9 changed files with 67 additions and 43 deletions

View file

@ -0,0 +1,6 @@
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);