added clearance on bottom shim
This commit is contained in:
@@ -187,7 +187,7 @@ module case(){
|
|||||||
module shim(){
|
module shim(){
|
||||||
$shimPoints = [
|
$shimPoints = [
|
||||||
[0 - $shellWidth / 2, - $baseHeight],
|
[0 - $shellWidth / 2, - $baseHeight],
|
||||||
[$switchDistance * $columns + $shellWidth/2 + $clearance, 0],
|
[$switchDistance * $columns + $shellWidth/2 + $clearance, $clearance],
|
||||||
[$switchDistance * $columns + $shellWidth/2 + $clearance, - ($baseHeight + $clearance)]
|
[$switchDistance * $columns + $shellWidth/2 + $clearance, - ($baseHeight + $clearance)]
|
||||||
];
|
];
|
||||||
// Face z/x-plane
|
// Face z/x-plane
|
||||||
|
|||||||
Reference in New Issue
Block a user