NO YOU FUCK! YOU STAY OUT OF THERE!

This commit is contained in:
XANTRONIX 2023-11-17 11:46:34 -05:00
parent e1b42f8e95
commit a96fc73c18

View file

@ -255,8 +255,6 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
offset_y = keyboard_y_offset + (keyboard_switch_width + accent_width) / 2; offset_y = keyboard_y_offset + (keyboard_switch_width + accent_width) / 2;
offset_x = case_width_bottom - width; offset_x = case_width_bottom - width;
echo(offset_x, offset_y);
translate([offset_x, offset_y, wall_height - accent_depth]) translate([offset_x, offset_y, wall_height - accent_depth])
linear_extrude(accent_depth + eps) linear_extrude(accent_depth + eps)
shape(width); shape(width);