Path: fix invalid JSON in 45degree_chamfer.fctb tool bit

Fixes an issue reported in https://forum.freecadweb.org/viewtopic.php?f=15&t=54307.

> Error loading tool: 45degree_chamfer.fctb : Expecting property name enclosed in double quotes: line 12 column 3 (char 298)
This commit is contained in:
Noah
2021-08-02 16:33:25 +02:00
committed by Noah Williamsson
parent 3b444b1cf3
commit af28a37c0f

View File

@@ -8,7 +8,7 @@
"Diameter": "12.3323 mm",
"Length": "30.0000 mm",
"ShankDiameter": "6.3500 mm",
"TipDiameter": "5.0000 mm",
"TipDiameter": "5.0000 mm"
},
"attribute": {}
}