From e8ce3f5c5efe3c51ccf087f2c201d6747d119137 Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 19 Feb 2022 15:05:06 -0500 Subject: [PATCH] account for support stems properly --- src/key.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/src/key.scad b/src/key.scad index 3d3cf96..28ea08f 100644 --- a/src/key.scad +++ b/src/key.scad @@ -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