From 60c71c4c8697ebc12fd52a5bfd2c5078b5b9fb22 Mon Sep 17 00:00:00 2001 From: Bob Date: Fri, 10 Jan 2020 01:42:17 -0500 Subject: [PATCH] Fix tines poking out --- src/stem_supports/tines.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stem_supports/tines.scad b/src/stem_supports/tines.scad index 446b54e..56ff739 100644 --- a/src/stem_supports/tines.scad +++ b/src/stem_supports/tines.scad @@ -19,8 +19,8 @@ module centered_tines(stem_support_height) { } module tines_support(stem_type, stem_support_height, slop) { - extra_height = $extra_long_stem_support ? ($unit - total_key_height()) + 0.1 : 0; // fudge - extra_width = $extra_long_stem_support ? ($unit - total_key_width()) + 0.1 : 0; + extra_height = $extra_long_stem_support ? ($unit - total_key_height()) + 0.1 : -$wall_thickness/4; // fudge + extra_width = $extra_long_stem_support ? ($unit - total_key_width()) + 0.1 : -$wall_thickness/4; if (stem_type == "cherry" || stem_type == "costar_stabilizer") { difference () {