From 02ea81bdd7455f025aa394d670dde9b876aa8ed6 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Thu, 24 May 2018 10:35:57 +0200 Subject: [PATCH] smaller version with smaller baseplate --- rc-control-horn-big.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc-control-horn-big.scad b/rc-control-horn-big.scad index 4319f6b..54457ce 100644 --- a/rc-control-horn-big.scad +++ b/rc-control-horn-big.scad @@ -4,8 +4,8 @@ infty = 100; foam_w = 3; horn_w = 1; -horn_vert_h = 3 + foam_w; -horn_h = 8 + foam_w; +horn_vert_h = 1 + foam_w; +horn_h = 7 + foam_w; slot_off = 3.5; // from the hinge line @@ -15,7 +15,7 @@ hole_d = 2; hole_d2 = 5; // base -baseplate_l = 20; +baseplate_l = 15; baseplate_w = 35; baseplate_h = 0.6; -- 2.43.0