Add epsilon to keyboard deck
This commit is contained in:
parent
06e4555896
commit
f9dac16c78
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
||||||
hole_y = plate_length / 2 - hole_length / 2;
|
hole_y = plate_length / 2 - hole_length / 2;
|
||||||
|
|
||||||
difference() {
|
difference() {
|
||||||
cube([plate_width, plate_length, wall_width], false);
|
cube([plate_width + eps, plate_length + eps, wall_width], false);
|
||||||
|
|
||||||
translate([hole_x, hole_y, -eps])
|
translate([hole_x, hole_y, -eps])
|
||||||
cube([hole_width, hole_length, wall_width + 2*eps], false);
|
cube([hole_width, hole_length, wall_width + 2*eps], false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue