Tweak grid mount

Grid mount too thin, screws bottomed out. Made thicker.
This commit is contained in:
2025-08-14 08:26:04 -04:00
parent 4357cb940d
commit f3eb7858a7

View File

@@ -578,7 +578,7 @@ if (PART == "new_joiner") {
if (PART == "grid_mount") { if (PART == "grid_mount") {
difference() { difference() {
union() { union() {
fwd(19.799/2)cuboid([48,6+19.799,2], fillet=1, align=V_TOP); fwd(19.799/2-1)cuboid([48,3+19.799,4], fillet=1, align=V_TOP);
up(1)fwd(3.4+19.799)xrot(-45) cuboid([10+84,6,25], fillet=1, align=V_TOP+V_BACK); up(1)fwd(3.4+19.799)xrot(-45) cuboid([10+84,6,25], fillet=1, align=V_TOP+V_BACK);
} }