From ac1b27f2ffe87738d5ee72f6a2e2a57e454751b6 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 30 Dec 2020 22:48:54 +0100 Subject: [PATCH] right commit --- Motorhalter.scad | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Motorhalter.scad b/Motorhalter.scad index 4b79468..cb68428 100644 --- a/Motorhalter.scad +++ b/Motorhalter.scad @@ -1,6 +1,6 @@ $fn=50; -motorheight=42; +motorheight=42.1; motorwidth=40.5; wanddickemotor=3; wanddickelinks=5.5; @@ -25,10 +25,12 @@ module mainbody(){ cube([motorwidth + wanddickemotor, wanddickelinks ,motorheight]); translate([motorwidth,wanddickelinks,0])cube([wanddickemotor, motorheight, motorheight]); + + translate([motorwidth + wanddickemotor,motorheight * 2 /3,motorheight]) rotate([0,0,180]) linear_extrude(3) polygon([[0,0], [0, motorheight * 2 /3], [motorwidth * 2 /3, motorheight* 2 /3]]); } module motorholes(){ - translate([0,motorheight/2,motorheight/2])rotate([0,90,0])cylinder(h=wanddickemotor, d=cylinderdiameter); + translate([0,motorheight/2,motorheight/2])rotate([0,90,0])cylinder(h=wanddickemotor, d=cylinderdiameter, $fn=130); translate([0,motorheight - motorholedistance,motorheight - motorholedistance]) MotorM3Hole();