Merge pull request #54 from rsheldiii/grid-updates

grid updates
This commit is contained in:
Bob 2020-08-23 17:13:48 -04:00 committed by GitHub
commit 7ee27737c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -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; */

View File

@ -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; */