mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 15:49:50 +00:00
Rework dual legends
Use len instead of if dual
This commit is contained in:
parent
86fab3b4a2
commit
251298e2df
9 changed files with 67 additions and 43 deletions
6
examples/plate_generation.scad
Normal file
6
examples/plate_generation.scad
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue