mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-05-06 22:23:40 +00:00
commit
7ee27737c8
2 changed files with 10 additions and 10 deletions
|
@ -544,8 +544,8 @@ module hipro_row(row=3, column=0) {
|
|||
module grid_row(row=3, column = 0) {
|
||||
$bottom_key_width = 18.16;
|
||||
$bottom_key_height = 18.16;
|
||||
$width_difference = 0.2;
|
||||
$height_difference = 0.2;
|
||||
$width_difference = 1;
|
||||
$height_difference = 1;
|
||||
$top_tilt = 0;
|
||||
$top_skew = 0;
|
||||
$dish_type = "old spherical";
|
||||
|
@ -557,8 +557,8 @@ module grid_row(row=3, column = 0) {
|
|||
$linear_extrude_shape = true;
|
||||
|
||||
|
||||
$dish_overdraw_width = -8;
|
||||
$dish_overdraw_height = -8;
|
||||
$dish_overdraw_width = -6.5;
|
||||
$dish_overdraw_height = -6.5;
|
||||
|
||||
$minkowski_radius = 0.5;
|
||||
//also,
|
||||
|
@ -567,7 +567,7 @@ module grid_row(row=3, column = 0) {
|
|||
$top_tilt_y = side_tilt(column);
|
||||
extra_height = $double_sculpted ? extra_side_tilt_height(column) : 0;
|
||||
|
||||
$total_depth = 6 + abs((row-3) * 0.5) + extra_height;
|
||||
$total_depth = 7 + abs((row-3) * 0.5) + extra_height;
|
||||
|
||||
if (row == 5 || row == 0) {
|
||||
/* $top_tilt = -18.55; */
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
module grid_row(row=3, column = 0) {
|
||||
$bottom_key_width = 18.16;
|
||||
$bottom_key_height = 18.16;
|
||||
$width_difference = 0.2;
|
||||
$height_difference = 0.2;
|
||||
$width_difference = 1;
|
||||
$height_difference = 1;
|
||||
$top_tilt = 0;
|
||||
$top_skew = 0;
|
||||
$dish_type = "old spherical";
|
||||
|
@ -14,8 +14,8 @@ module grid_row(row=3, column = 0) {
|
|||
$linear_extrude_shape = true;
|
||||
|
||||
|
||||
$dish_overdraw_width = -8;
|
||||
$dish_overdraw_height = -8;
|
||||
$dish_overdraw_width = -6.5;
|
||||
$dish_overdraw_height = -6.5;
|
||||
|
||||
$minkowski_radius = 0.5;
|
||||
//also,
|
||||
|
@ -24,7 +24,7 @@ module grid_row(row=3, column = 0) {
|
|||
$top_tilt_y = side_tilt(column);
|
||||
extra_height = $double_sculpted ? extra_side_tilt_height(column) : 0;
|
||||
|
||||
$total_depth = 6 + abs((row-3) * 0.5) + extra_height;
|
||||
$total_depth = 7 + abs((row-3) * 0.5) + extra_height;
|
||||
|
||||
if (row == 5 || row == 0) {
|
||||
/* $top_tilt = -18.55; */
|
||||
|
|
Loading…
Add table
Reference in a new issue