Просмотр исходного кода

Revert "Fixed y2 clearance"

This reverts commit 6f28815585abc0c8fb4ec43c11fd9630eb118944.
zinongli 1 год назад
Родитель
Сommit
b4b14f5c5f
1 измененных файлов с 18 добавлено и 18 удалено
  1. 18 18
      key_formats.c

+ 18 - 18
key_formats.c

@@ -57,7 +57,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 0,
      .max_depth_ind = 9,
      .macs = 6,
-     .clearance = 8},
+     .clearance = 7},
 
     {.manufacturer = "Master Lock",
      .format_name = "M1",
@@ -76,7 +76,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 0,
      .max_depth_ind = 7,
      .macs = 7,
-     .clearance = 8},
+     .clearance = 6},
 
     {.manufacturer = "American",
      .format_name = "AM7",
@@ -95,14 +95,14 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 8,
      .macs = 7,
-     .clearance = 8},
+     .clearance = 5},
 
     {.manufacturer = "Yale",
      .format_name = "Y2",
      .format_link = ".025",
-     .first_pin_inch = 0.250,
-     .last_pin_inch = 1.095,
-     .pin_increment_inch = 0.185,
+     .first_pin_inch = 0.200,
+     .last_pin_inch = 1.025,
+     .pin_increment_inch = 0.165,
      .pin_num = 6,
      .pin_width_inch = 0.054,
      .elbow_inch = 0.1,
@@ -113,8 +113,8 @@ const KeyFormat all_formats[] = {
      .depth_step_inch = 0.025,
      .min_depth_ind = 0,
      .max_depth_ind = 9,
-     .macs = 9,
-     .clearance = 1},
+     .macs = 5,
+     .clearance = 4},
 
     {.manufacturer = "Yale",
      .format_name = "Y11",
@@ -133,7 +133,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 5,
      .macs = 7,
-     .clearance = 8},
+     .clearance = 3},
 
     {.manufacturer = "Sargent",
      .format_name = "S22",
@@ -152,7 +152,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 10,
      .macs = 7,
-     .clearance = 8},
+     .clearance = 5},
 
     {.manufacturer = "National",
      .format_name = "NA25",
@@ -262,7 +262,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 6,
      .macs = 5,
-     .clearance = 8},
+     .clearance = 3},
 
     {.manufacturer = "Ford",
      .format_name = "H75",
@@ -284,7 +284,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 5,
      .macs = 5,
-     .clearance = 0},
+     .clearance = 2},
 
     {.manufacturer = "Chevrolet",
      .format_name = "B102",
@@ -306,7 +306,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 4,
      .macs = 5,
-     .clearance = 0},
+     .clearance = 2},
 
     {.manufacturer = "Dodge",
      .format_name = "Y159",
@@ -328,7 +328,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 4,
      .macs = 5,
-     .clearance = 0},
+     .clearance = 1},
 
     {.manufacturer = "Kawasaki",
      .format_name = "KA14",
@@ -349,7 +349,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 4,
      .macs = 4,
-     .clearance = 0},
+     .clearance = 3},
 
     {.manufacturer = "Yamaha",
      .format_name = "YM63",
@@ -370,7 +370,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 4,
      .macs = 4,
-     .clearance = 0},
+     .clearance = 3},
 
     {.manufacturer = "Best (A2)",
      .format_name = "SFIC",
@@ -392,7 +392,7 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 0,
      .max_depth_ind = 9,
      .macs = 5,
-     .clearance = 0},
+     .clearance = 3},
 
     {.manufacturer = "RV (FIC,GL,Bauer)",
      .format_name = "RV",
@@ -413,4 +413,4 @@ const KeyFormat all_formats[] = {
      .min_depth_ind = 1,
      .max_depth_ind = 3,
      .macs = 3,
-     .clearance = 0}};
+     .clearance = 1}};