From 69f2f3b9e1a447bc2cbf657daf53baece2a406e6 Mon Sep 17 00:00:00 2001 From: donovaly Date: Wed, 3 Feb 2021 01:06:44 +0100 Subject: [PATCH] [PD] fix typo in iso7046.json This mistake was introduced by me in commit 51c9640f --- src/Mod/PartDesign/Resources/Hole/iso7046.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Resources/Hole/iso7046.json b/src/Mod/PartDesign/Resources/Hole/iso7046.json index 2985b7ba9d..ec227e1893 100644 --- a/src/Mod/PartDesign/Resources/Hole/iso7046.json +++ b/src/Mod/PartDesign/Resources/Hole/iso7046.json @@ -4,7 +4,7 @@ "thread_type": "metric", "angle": 90, "data": [ - { "thread": "M1.6", "diameter": 3.6 } + { "thread": "M1.6", "diameter": 3.6 }, { "thread": "M2", "diameter": 4.4 }, { "thread": "M2.5", "diameter": 5.5 }, { "thread": "M3", "diameter": 6.3 },