|
|
@@ -30,7 +30,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 6,
|
|
|
.pin_width_inch = 0.031,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.335,
|
|
|
.deepest_depth_inch = 0.2,
|
|
|
@@ -49,7 +50,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 6,
|
|
|
.pin_width_inch = 0.060,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will
|
|
|
// make 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.312,
|
|
|
.deepest_depth_inch = 0.186,
|
|
|
@@ -68,7 +70,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 5,
|
|
|
.pin_width_inch = 0.039,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.276,
|
|
|
.deepest_depth_inch = 0.171,
|
|
|
@@ -87,7 +90,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 6,
|
|
|
.pin_width_inch = 0.039,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.283,
|
|
|
.deepest_depth_inch = 0.173,
|
|
|
@@ -106,7 +110,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 6,
|
|
|
.pin_width_inch = 0.054,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.320,
|
|
|
.deepest_depth_inch = 0.145,
|
|
|
@@ -125,7 +130,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 5,
|
|
|
.pin_width_inch = 0.039,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.246,
|
|
|
.deepest_depth_inch = 0.167,
|
|
|
@@ -144,7 +150,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 6,
|
|
|
.pin_width_inch = 0.063,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.328, // double check
|
|
|
.deepest_depth_inch = 0.148,
|
|
|
@@ -163,7 +170,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 5,
|
|
|
.pin_width_inch = 0.039,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.304,
|
|
|
.deepest_depth_inch = 0.191,
|
|
|
@@ -182,7 +190,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_num = 6,
|
|
|
.pin_width_inch = 0.047,
|
|
|
.elbow_inch = 0.1,
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.343,
|
|
|
.deepest_depth_inch = 0.217,
|
|
|
@@ -231,6 +240,7 @@ const KeyFormat all_formats[] = {
|
|
|
{.manufacturer = "Ford",
|
|
|
.format_name = "H75",
|
|
|
.sides = 2,
|
|
|
+ .stop = 2,
|
|
|
.format_link = "https://lsamichigan.org/Tech/SCHLAGE_KeySpecs.pdf",
|
|
|
.first_pin_inch = 0.201,
|
|
|
.last_pin_inch = 0.845,
|
|
|
@@ -239,7 +249,8 @@ const KeyFormat all_formats[] = {
|
|
|
.pin_width_inch = 0.039,
|
|
|
.elbow_inch = 0.201, // this should be equal to first pin inch for tip
|
|
|
// stopped key line
|
|
|
- .drill_angle = 90, // This should actually be 100 but the current resolution will make
|
|
|
+ .drill_angle =
|
|
|
+ 90, // This should actually be 100 but the current resolution will make
|
|
|
// 100 degrees very ugly and unsuable
|
|
|
.uncut_depth_inch = 0.354,
|
|
|
.deepest_depth_inch = 0.254,
|