From 9ce5f032c6bef640b50cbc7ee80e3fc1018c00fe Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 12 Oct 2019 18:29:17 -0400 Subject: [PATCH] fix incorrect cherry cross --- src/functions.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions.scad b/src/functions.scad index bd9004b..eb0ff87 100644 --- a/src/functions.scad +++ b/src/functions.scad @@ -16,9 +16,9 @@ function outer_box_cherry_stem(slop) = [6 - slop, 6 - slop]; // .005 purely for aesthetics, to get rid of that ugly crosshatch function cherry_cross(slop, extra_vertical = 0) = [ // horizontal tine - [4.03 + slop, 1.15 + slop / 3], + [4.03 + slop, 1.25 + slop / 3], // vertical tine - [1.25 + slop / 3, 4.23 + extra_vertical + slop / 3 + SMALLEST_POSSIBLE], + [1.15 + slop / 3, 4.23 + extra_vertical + slop / 3 + SMALLEST_POSSIBLE], ]; // actual mm key width and height