mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 17:30:57 +00:00
Merge pull request #1 from limitium/fix_asa_profile
Asa profile aligned with the Akko implementation
This commit is contained in:
commit
ca3daeec64
1 changed files with 14 additions and 20 deletions
|
@ -1,13 +1,13 @@
|
||||||
module asa_row(row=3, column = 0) {
|
module asa_row(row=3, column = 0) {
|
||||||
$key_shape_type = "sculpted_square";
|
$key_shape_type = "sculpted_square";
|
||||||
$bottom_key_height = 18.06;
|
$bottom_key_height = 18.15;
|
||||||
$bottom_key_width = 18.05; // Default (R3)
|
$bottom_key_width = 18.10; // Default (R3)
|
||||||
$total_depth = 10.35; // Default (R3)
|
$total_depth = 10.75; //! // Default (R3)
|
||||||
$top_tilt = 1.5; // Default (R3)
|
$top_tilt = 1.5; // Default (R3)
|
||||||
$width_difference = 5.05;
|
$width_difference = 6.20; //!
|
||||||
$height_difference = 5.56;
|
$height_difference = 6.55; //!
|
||||||
$dish_type = "spherical";
|
$dish_type = "spherical";
|
||||||
$dish_depth = 1.2;
|
$dish_depth = 1.3; //!
|
||||||
$dish_skew_x = 0;
|
$dish_skew_x = 0;
|
||||||
$dish_skew_y = 0;
|
$dish_skew_y = 0;
|
||||||
$top_skew = 1.75;
|
$top_skew = 1.75;
|
||||||
|
@ -19,24 +19,18 @@ module asa_row(row=3, column = 0) {
|
||||||
//$rounded_key = true;
|
//$rounded_key = true;
|
||||||
|
|
||||||
if (row == 1){
|
if (row == 1){
|
||||||
$bottom_key_width = 17.95;
|
$total_depth = 10.5;
|
||||||
$width_difference = 4.95;
|
$top_tilt = 9.33;//4
|
||||||
$total_depth = 10.65;
|
|
||||||
$top_tilt = 7;
|
|
||||||
children();
|
children();
|
||||||
} else if (row == 2) {
|
} else if (row == 2) {
|
||||||
$bottom_key_width = 18.17;
|
$total_depth = 9.95;
|
||||||
$width_difference = 5.17;
|
$top_tilt = 4; //7
|
||||||
$total_depth = 9.65;
|
|
||||||
$top_tilt = 3.25;
|
|
||||||
children();
|
children();
|
||||||
} else if (row == 4){
|
} else if (row == 4){
|
||||||
$bottom_key_width = 18.02;
|
$total_depth = 12.55;
|
||||||
$width_difference = 5.02;
|
|
||||||
$total_depth = 11.9;
|
|
||||||
$top_tilt = 0.43;
|
$top_tilt = 0.43;
|
||||||
children();
|
children();
|
||||||
} else {
|
}else{
|
||||||
children();
|
children();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue