From c7dff335c509e6560ed24e3487e39a0c2b5df139 Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 7 Jun 2022 16:56:26 +0200 Subject: [PATCH] Resized vibration motor cutout. --- back.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/back.scad b/back.scad index 54f7e19..b771f18 100644 --- a/back.scad +++ b/back.scad @@ -313,8 +313,9 @@ module border_cutouts() { if (space - border_height < limit_vib) { diff = limit_vib - (space - border_height); - translate([118.75, 2 - 0.1 + 15.6/2, border_height - diff]) - cutout(depth=15.6 + 4, width=4.6 + 3.4, h1=diff, h2=diff); + // Größe und Position durch Versuch. + translate([119, 2 - 0.1 + 15.6/2, border_height - diff]) + cutout(depth=36, width=4.6 + 3.4, h1=diff, h2=diff); } // Aussparungen am Rand neben den seitlichen Befestigungslöchern.