Increase polygonal tolerance

the caps are a little tight after testing
This commit is contained in:
Bob 2020-09-29 15:35:38 -04:00
parent 78a69feff1
commit 92c1856712
2 changed files with 4 additions and 4 deletions

View File

@ -599,8 +599,8 @@ $unit=19.05;
// this function doesn't set the key shape, so you can't use it directly without some fiddling
module regular_polygon_row(n=3, column=0) {
$bottom_key_width = $unit - 0.4;
$bottom_key_height = $unit - 0.4;
$bottom_key_width = $unit - 0.5;
$bottom_key_height = $unit - 0.5;
$width_difference = 0;
$height_difference = 0;
$dish_type = "spherical";

View File

@ -4,8 +4,8 @@ include <../constants.scad>
// this function doesn't set the key shape, so you can't use it directly without some fiddling
module regular_polygon_row(n=3, column=0) {
$bottom_key_width = $unit - 0.4;
$bottom_key_height = $unit - 0.4;
$bottom_key_width = $unit - 0.5;
$bottom_key_height = $unit - 0.5;
$width_difference = 0;
$height_difference = 0;
$dish_type = "spherical";