diff --git a/keys.scad b/keys.scad index 68fc5fc..2cb01a3 100644 --- a/keys.scad +++ b/keys.scad @@ -257,6 +257,11 @@ module dishless() { children(); } +module inset(val=1) { + $stem_inset = val; + children(); +} + module spacebar() { $inverted_dish = true; if ($dish_type == "cylindrical") {