From 296dc9a8cff1409376a0b2a6cd60cbe8e518e5cc Mon Sep 17 00:00:00 2001 From: Trevor Elliott Date: Sun, 7 Jul 2024 13:53:25 -0700 Subject: [PATCH] Slightly increase the size of the RJ45 hole in the case Widening the RJ45 connector hole along the x-axis by 0.45mm makes it easier to fit the assembled board without sanding. --- case/cheapino-top-left.scad | 2 +- case/cheapino-top-right.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/case/cheapino-top-left.scad b/case/cheapino-top-left.scad index ca575f7..02c31db 100644 --- a/case/cheapino-top-left.scad +++ b/case/cheapino-top-left.scad @@ -24,7 +24,7 @@ translate([0, 0, top_of_pcb]) diodes(); // RJ45 socket color("cyan") { - translate([29.955, -10.3, 4.1]) + translate([29.5, -10.3, 4.1]) linear_extrude(10) square([30, 16]); diff --git a/case/cheapino-top-right.scad b/case/cheapino-top-right.scad index 3bc7481..a428df7 100644 --- a/case/cheapino-top-right.scad +++ b/case/cheapino-top-right.scad @@ -23,7 +23,7 @@ mirror() { // RJ45 socket color("cyan") { - translate([29.955, -9.03, 4.1]) + translate([29.5, -9.03, 4.1]) linear_extrude(10) square([30, 16]);