mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-12-02 01:15:09 +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
|
// differenced with the outside shape
|
||||||
if ($stem_inset >= 0) stems_and_stabilizers();
|
if ($stem_inset >= 0) stems_and_stabilizers();
|
||||||
if ($support_type != "disable") translate([0, 0, $stem_inset]) support_for($stem_positions, $stem_type);
|
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
|
// helpers for doubleshot keycaps for now
|
||||||
|
Loading…
Reference in New Issue
Block a user