From e1cdc45fae8e1004266ca81665ce81330835bb90 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 1 Sep 2023 17:57:54 +0100 Subject: [PATCH] makita-drill-handle-blivet: wip Signed-off-by: Ian Jackson --- makita-drill-handle-blivet.scad | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makita-drill-handle-blivet.scad b/makita-drill-handle-blivet.scad index 7f747a9..831b83f 100644 --- a/makita-drill-handle-blivet.scad +++ b/makita-drill-handle-blivet.scad @@ -6,7 +6,7 @@ hex_across = 12.70 - 0.3; screw_dia = 8.0 + 0.0; min_th = 0.425; -extra_th = 0.5; +extra_th = 1.0; // calculated @@ -21,9 +21,8 @@ module Plan(){ } module Elevation(){ - square([ hex_across*2, min_th*2 ], center=true); hull(){ - rectfromto([ 0, -1], + rectfromto([ -hex_rad, -1], [ 0.1, min_th]); translate([ hex_rad, 0 ]) rectfromto([ 0, -1 ], -- 2.30.2