Add plate generator

it only generates unibody plates with hull(), but it does a pretty good job!
This commit is contained in:
Bob 2020-03-05 13:03:17 -05:00
parent e87bd2ad49
commit 16a6e6c324
5 changed files with 46 additions and 2 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);