mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 17:30:57 +00:00
add inset() function to allow for stem inset specification
This commit is contained in:
parent
09ce679f05
commit
d9747e76b5
1 changed files with 5 additions and 0 deletions
|
@ -257,6 +257,11 @@ module dishless() {
|
|||
children();
|
||||
}
|
||||
|
||||
module inset(val=1) {
|
||||
$stem_inset = val;
|
||||
children();
|
||||
}
|
||||
|
||||
module spacebar() {
|
||||
$inverted_dish = true;
|
||||
if ($dish_type == "cylindrical") {
|
||||
|
|
Loading…
Reference in a new issue