Skip to content

Commit fbcf9b2

Browse files
authored
Merge pull request #47 from asdacap/master
Ensure stem does not come out of the key
2 parents edfc02e + d62afcd commit fbcf9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/key.scad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ module key(inset = false) {
401401

402402
// both stem and support are optional
403403
if ($stem_type != "disable" || ($stabilizers != [] && $stabilizer_type != "disable")) {
404+
inside()
404405
dished($keytop_thickness, $inverted_dish) {
405406
translate([0, 0, $stem_inset]) {
406407
if ($stabilizer_type != "disable") stems_for($stabilizers, $stabilizer_type);

0 commit comments

Comments
 (0)