mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-16 09:10:08 +00:00
Add plate generator
it only generates unibody plates with hull(), but it does a pretty good job!
This commit is contained in:
parent
e87bd2ad49
commit
16a6e6c324
5 changed files with 46 additions and 2 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