From ef917b7bf10ff43c3966192e3f7c02ea09b16d64 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 4 Apr 2023 16:32:45 +0100 Subject: [PATCH] thread-internal-test: wip, testing M4 Signed-off-by: Ian Jackson --- thread-internal-test.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thread-internal-test.scad b/thread-internal-test.scad index 1fd678f..cab40b6 100644 --- a/thread-internal-test.scad +++ b/thread-internal-test.scad @@ -8,14 +8,14 @@ include // M6 thread_nom = 4; thread_pitch = 0.70; -thread_act = thread_nom + 0.250; +thread_act = thread_nom + 0.375; head_size = 10; thread_len = 12.5; base_th = 1.5; base_sz = [40, head_size]; -$test = true; +$test = false; // calculated -- 2.30.2