mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
account for support stems properly
This commit is contained in:
parent
75ec333e1f
commit
e8ce3f5c5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user