Skip to content

Commit

Permalink
New profile and system definition vor AB-V14
Browse files Browse the repository at this point in the history
  • Loading branch information
choller committed Aug 4, 2018
1 parent 09d131f commit b09ca41
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 18 deletions.
25 changes: 19 additions & 6 deletions definitions/AB-V14.scad
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,32 @@ kl=27;
/* Dataset guessed based on key, might be inaccurate (UNTESTED) */

// Shoulder
aspace = 3.65;
//aspace = 3.65;

// Pin distance
pinspace = 3.65;
//pinspace = 3.65;

// Highest cut (13)
hcut = 9.25 - 4.7; // Highest pin - (Profile bottom to core bottom distance)
//hcut = 9.25 - 4.7; // Highest pin - (Profile bottom to core bottom distance)

// Cut spacing

/* New dataset */

// Shoulder
aspace = 3.8;

// Pin distance
pinspace = 3.75;

// Highest cut (12 cuts in total)
//hcut = 8.73 - 4.53;
hcut = 9.3 - 4.53;

// Cut spacing
cutspace = 0.35;

// Cut angle
cutangle = 112;
cutangle = 110;

// Plateau spacing of the cut
platspace = 0.0;
platspace = 0.2;
2 changes: 1 addition & 1 deletion profiles/AB-V14.def
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tol=0.2;

// Key profile height (including tolerance, i.e. measured on the lock, not the blank)
// If you have information on the key blank height, add 2*tol.
ph=9;
ph=9.30 + 2*tol;
28 changes: 17 additions & 11 deletions profiles/AB-V14.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b09ca41

Please sign in to comment.