add inset() function to allow for stem inset specification

This commit is contained in:
Robert Sheldon 2017-09-28 12:39:11 -04:00
parent 09ce679f05
commit d9747e76b5
1 changed files with 5 additions and 0 deletions

View File

@ -257,6 +257,11 @@ module dishless() {
children();
}
module inset(val=1) {
$stem_inset = val;
children();
}
module spacebar() {
$inverted_dish = true;
if ($dish_type == "cylindrical") {