Add epsilon to keyboard deck

This commit is contained in:
XANTRONIX 2023-11-16 16:25:05 -05:00
parent 06e4555896
commit f9dac16c78

View file

@ -272,7 +272,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
hole_y = plate_length / 2 - hole_length / 2;
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])
cube([hole_width, hole_length, wall_width + 2*eps], false);