We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edfc02e + d62afcd commit fbcf9b2Copy full SHA for fbcf9b2
src/key.scad
@@ -401,6 +401,7 @@ module key(inset = false) {
401
402
// both stem and support are optional
403
if ($stem_type != "disable" || ($stabilizers != [] && $stabilizer_type != "disable")) {
404
+ inside()
405
dished($keytop_thickness, $inverted_dish) {
406
translate([0, 0, $stem_inset]) {
407
if ($stabilizer_type != "disable") stems_for($stabilizers, $stabilizer_type);
0 commit comments