From 7efb4c2407bb05c399f335617e0bb7d631ef8886 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 4 Apr 2023 15:00:06 +0100 Subject: [PATCH] thread-internal-test: wip, testing M4 Signed-off-by: Ian Jackson --- thread-internal-test.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thread-internal-test.scad b/thread-internal-test.scad index a1fb5b7..1fd678f 100644 --- a/thread-internal-test.scad +++ b/thread-internal-test.scad @@ -6,9 +6,9 @@ include // https://en.wikipedia.org/wiki/ISO_metric_screw_thread // M6 -thread_nom = 6; -thread_pitch = 1.00; -thread_act = thread_nom - 0.300; +thread_nom = 4; +thread_pitch = 0.70; +thread_act = thread_nom + 0.250; head_size = 10; thread_len = 12.5; -- 2.30.2