Skip to content

Commit

Permalink
[PD] fix typo in iso7046.json
Browse files Browse the repository at this point in the history
This mistake was introduced by me in commit 4ab3c95
  • Loading branch information
donovaly authored and wwmayer committed Feb 3, 2021
1 parent 400b25c commit cc3a30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/PartDesign/Resources/Hole/iso7046.json
Expand Up @@ -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 },
Expand Down

0 comments on commit cc3a30a

Please sign in to comment.