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:
@@ -24,7 +24,7 @@ translate([0, 0, top_of_pcb]) diodes();
|
|||||||
|
|
||||||
// RJ45 socket
|
// RJ45 socket
|
||||||
color("cyan") {
|
color("cyan") {
|
||||||
translate([29.955, -10.3, 4.1])
|
translate([29.5, -10.3, 4.1])
|
||||||
linear_extrude(10)
|
linear_extrude(10)
|
||||||
square([30, 16]);
|
square([30, 16]);
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ mirror() {
|
|||||||
|
|
||||||
// RJ45 socket
|
// RJ45 socket
|
||||||
color("cyan") {
|
color("cyan") {
|
||||||
translate([29.955, -9.03, 4.1])
|
translate([29.5, -9.03, 4.1])
|
||||||
linear_extrude(10)
|
linear_extrude(10)
|
||||||
square([30, 16]);
|
square([30, 16]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user