Oh fuck off with your errors

This commit is contained in:
XANTRONIX 2023-11-15 20:50:36 -05:00
parent e4fbde67f2
commit e16d605f2f

View file

@ -180,11 +180,11 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
rotate([0, 0, -90])
support([right_support_length, keyboard_switch_height], support_width);
/*translate([left_support_x_offset,
translate([left_support_x_offset,
support_y_offset + y - wall_width + support_width,
wall_height - wall_width])
rotate([0, 0, -90])
support([left_support_length, keyboard_switch_height], support_width);*/
support([left_support_length, keyboard_switch_height], support_width);
}
}