From 9b51d77462cc5db961aba7ae319fc2595553e896 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 27 Jan 2022 14:53:59 -0500 Subject: [PATCH] Latest update on correct angle for square drive --- screw_drive.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screw_drive.scad b/screw_drive.scad index e6f7bb9..99ae217 100644 --- a/screw_drive.scad +++ b/screw_drive.scad @@ -351,7 +351,7 @@ module robertson_mask(size, extra=1) { Fmin = [0.032, 0.057, 0.065, 0.085, 0.090][size]; Fmax = [0.038, 0.065, 0.075, 0.095, 0.100][size]; F = (Fmin + Fmax) / 2 * INCH; - ang = 2; + ang = 4; h = T + extra; down(T) { intersection(){