From 1b16b9a91680517f8df2a1efe3ad46339280d93b Mon Sep 17 00:00:00 2001 From: Bob - Home - Windows Date: Sun, 4 Sep 2016 03:22:48 -0400 Subject: [PATCH] Better G20 key --- key.scad | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/key.scad b/key.scad index 84c26f8..bb43f8f 100644 --- a/key.scad +++ b/key.scad @@ -45,8 +45,8 @@ $fn = 32; //beginning to use unit instead of baked in 19.05 unit = 19.05; -//minkowski radius. radius of sphere used in minkowski sum for minkowski_key function -minkowski_radius = 1; +//minkowski radius. radius of sphere used in minkowski sum for minkowski_key function. 1.75 default for faux G20 +minkowski_radius = 1.75; //profile specific stuff @@ -255,11 +255,11 @@ key_profiles = [ [ //G20 AKA DCS Row 2 with no dish and shorter 18.16, // Bottom Key Width 18.16, // Bottom Key Height - 4, // Top Key Width Difference - 4, // Top Key Height Difference + 2, // Top Key Width Difference + 2, // Top Key Height Difference 6, // total Depth - 3, // Top Tilt - 1.75,// Top Skew + 2.5, // Top Tilt + 1,// Top Skew //Dish Profile @@ -592,12 +592,12 @@ module key(){ // ACTUAL OUTPUT difference(){ - //key(); + key(); // preview cube, for seeing inside the keycap //cube([100,100,100]); } -minkowski_key(); +//minkowski_key();