From 22a107b7751faf754db9a7d5b91dfe64dc5a8211 Mon Sep 17 00:00:00 2001 From: czinehuba <48809015+czinehuba@users.noreply.github.com> Date: Thu, 9 Nov 2023 18:26:56 +0000 Subject: [PATCH] Update iso10642.json (#11302) * Update iso10642.json Update ISO10642 with M2 and M2.5 sizes * Update iso10642.json Updated dimensions --- src/Mod/PartDesign/Resources/Hole/iso10642.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Resources/Hole/iso10642.json b/src/Mod/PartDesign/Resources/Hole/iso10642.json index 35aafa8a11..44d21bfe37 100644 --- a/src/Mod/PartDesign/Resources/Hole/iso10642.json +++ b/src/Mod/PartDesign/Resources/Hole/iso10642.json @@ -4,9 +4,11 @@ "thread_type": "metric", "angle": 90, "data": [ + { "thread": "M2", "diameter": 4.7 }, + { "thread": "M2.5", "diameter": 5.9 }, { "thread": "M3", "diameter": 6.7 }, { "thread": "M4", "diameter": 9.0 }, - { "thread": "M5", "diameter": 12.2 }, + { "thread": "M5", "diameter": 11.2 }, { "thread": "M6", "diameter": 13.4 }, { "thread": "M8", "diameter": 17.9 }, { "thread": "M10", "diameter": 22.4 },