diff options
Diffstat (limited to 'case')
-rw-r--r-- | case/top.scad | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/case/top.scad b/case/top.scad index f8a88c8..624b299 100644 --- a/case/top.scad +++ b/case/top.scad @@ -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_x = case_width_bottom - width; - echo(offset_x, offset_y); - translate([offset_x, offset_y, wall_height - accent_depth]) linear_extrude(accent_depth + eps) shape(width); |