From 1f1f6a62d23ffafb16746e9a00d38f04d09bb56d Mon Sep 17 00:00:00 2001 From: Matthew Ebersviller Date: Wed, 21 Jul 2021 11:52:19 -0600 Subject: [PATCH] Added deep_dish to matty3 profile --- src/key_profiles/matty3.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/key_profiles/matty3.scad b/src/key_profiles/matty3.scad index 88232c0..d3e2843 100644 --- a/src/key_profiles/matty3.scad +++ b/src/key_profiles/matty3.scad @@ -2,7 +2,7 @@ // I'm unsure if "MT3" is copyrighted or anything, but // Since my name is "Matt" and "Matty3" sounds like "MT3," // that's what I'm going with for now -module matty3_row(row=3, column=0) { +module matty3_row(row=3, column=0, deep_dish=false) { $key_shape_type = "sculpted_square"; $bottom_key_width = 18.35; @@ -11,7 +11,7 @@ module matty3_row(row=3, column=0) { $width_difference = ($bottom_key_width - 13.0); $height_difference = ($bottom_key_height - 13.0); $dish_type = "squared spherical"; - $dish_depth = 0.75; + $dish_depth = deep_dish ? 1.6 : 0.75; $dish_skew_x = 0; $dish_skew_y = 0; $top_skew = 0;