Merge pull request #50 from elliottt/trevor/rj45-tolerance

Slightly increase the size of the RJ45 socket hole in the case
This commit is contained in:
Thomas Haukland
2024-07-08 08:51:13 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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]);

View File

@@ -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]);