add unsupported_stem helper

This commit is contained in:
Robert 2018-09-07 11:39:46 -04:00
parent dbafef9373
commit 655905d38e
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ module tined_stem_support(height = 0.4) {
children(); children();
} }
module unsupported_stem() {
$stem_support_type = "disable";
children();
}
module rounded() { module rounded() {
$rounded_key = true; $rounded_key = true;
children(); children();