account for support stems properly

This commit is contained in:
Bob 2022-02-19 15:05:06 -05:00
parent 75ec333e1f
commit e8ce3f5c5e
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ module inside_features() {
// differenced with the outside shape
if ($stem_inset >= 0) stems_and_stabilizers();
if ($support_type != "disable") translate([0, 0, $stem_inset]) support_for($stem_positions, $stem_type);
if ($stabilizer_type != "disable") translate([0, 0, $stem_inset]) support_for($stabilizers, $stabilizer_type);
}
// helpers for doubleshot keycaps for now