Happy little epsilon
This commit is contained in:
parent
e6deebd764
commit
8a62f33c34
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
|||
module accents() {
|
||||
for (y = [accent_y_bottom: accent_y_stride: case_length_bottom]) {
|
||||
/* Top */
|
||||
translate([-eps, y, wall_height - accent_depth])
|
||||
cube([case_width_bottom+2*eps, accent_width, accent_depth+eps], false);
|
||||
translate([-eps, y - eps, wall_height - accent_depth])
|
||||
cube([case_width_bottom+2*eps, accent_width + 2*eps, accent_depth+eps], false);
|
||||
|
||||
/* Right */
|
||||
translate([case_width_bottom - accent_depth, y, -eps])
|
||||
|
|
Loading…
Add table
Reference in a new issue