summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-17 11:46:34 -0500
committerXANTRONIX Development2023-11-17 11:46:34 -0500
commita96fc73c18cee70e30de97e69ddf4231b358f113 (patch)
tree87922c01de84b2228868132ceeedbb92025f612a
parente1b42f8e95b0aee84d95bfa968663fb125fcb226 (diff)
downloadxantronix-z32-a96fc73c18cee70e30de97e69ddf4231b358f113.tar.gz
xantronix-z32-a96fc73c18cee70e30de97e69ddf4231b358f113.tar.bz2
xantronix-z32-a96fc73c18cee70e30de97e69ddf4231b358f113.zip
NO YOU FUCK! YOU STAY OUT OF THERE!
-rw-r--r--case/top.scad2
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);