mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +00:00
Update asa.scad
Remove comments
This commit is contained in:
parent
ca3daeec64
commit
b0eb0d030c
@ -2,12 +2,12 @@ module asa_row(row=3, column = 0) {
|
||||
$key_shape_type = "sculpted_square";
|
||||
$bottom_key_height = 18.15;
|
||||
$bottom_key_width = 18.10; // Default (R3)
|
||||
$total_depth = 10.75; //! // Default (R3)
|
||||
$total_depth = 10.75; // Default (R3)
|
||||
$top_tilt = 1.5; // Default (R3)
|
||||
$width_difference = 6.20; //!
|
||||
$height_difference = 6.55; //!
|
||||
$width_difference = 6.20;
|
||||
$height_difference = 6.55;
|
||||
$dish_type = "spherical";
|
||||
$dish_depth = 1.3; //!
|
||||
$dish_depth = 1.3;
|
||||
$dish_skew_x = 0;
|
||||
$dish_skew_y = 0;
|
||||
$top_skew = 1.75;
|
||||
@ -20,11 +20,11 @@ $key_shape_type = "sculpted_square";
|
||||
|
||||
if (row == 1){
|
||||
$total_depth = 10.5;
|
||||
$top_tilt = 9.33;//4
|
||||
$top_tilt = 9.33;
|
||||
children();
|
||||
} else if (row == 2) {
|
||||
$total_depth = 9.95;
|
||||
$top_tilt = 4; //7
|
||||
$top_tilt = 4;
|
||||
children();
|
||||
} else if (row == 4){
|
||||
$total_depth = 12.55;
|
||||
|
Loading…
Reference in New Issue
Block a user