From d62afcd878247faaa7d438a8ab518740db2b5084 Mon Sep 17 00:00:00 2001 From: Muhammad Amirul Ashraf Date: Sun, 31 May 2020 09:48:38 +0800 Subject: [PATCH] Ensure stem does not come out of the key --- src/key.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/src/key.scad b/src/key.scad index f8ecc95..d25c9d4 100644 --- a/src/key.scad +++ b/src/key.scad @@ -404,6 +404,7 @@ module key(inset = false) { // both stem and support are optional if ($stem_type != "disable" || ($stabilizers != [] && $stabilizer_type != "disable")) { + inside() dished($keytop_thickness, $inverted_dish) { translate([0, 0, $stem_inset]) { if ($stabilizer_type != "disable") stems_for($stabilizers, $stabilizer_type);