Happy little epsilon

This commit is contained in:
XANTRONIX 2023-11-19 20:33:56 -05:00
parent e6deebd764
commit 8a62f33c34

View file

@ -41,8 +41,8 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
module accents() { module accents() {
for (y = [accent_y_bottom: accent_y_stride: case_length_bottom]) { for (y = [accent_y_bottom: accent_y_stride: case_length_bottom]) {
/* Top */ /* Top */
translate([-eps, y, wall_height - accent_depth]) translate([-eps, y - eps, wall_height - accent_depth])
cube([case_width_bottom+2*eps, accent_width, accent_depth+eps], false); cube([case_width_bottom+2*eps, accent_width + 2*eps, accent_depth+eps], false);
/* Right */ /* Right */
translate([case_width_bottom - accent_depth, y, -eps]) translate([case_width_bottom - accent_depth, y, -eps])