Fix Radius/Diameter configuration
This commit is contained in:
@@ -402,6 +402,7 @@ namespace Step.Config
|
||||
.Descendants("toolManagerConfig")
|
||||
.Select(x => new ToolManagerConfigModel()
|
||||
{
|
||||
ToolMetricType = x.Element("toolMetricType").Value,
|
||||
FamilyOpt = Convert.ToBoolean(x.Element("familyOpt").Value),
|
||||
ShankOpt = Convert.ToBoolean(x.Element("shankOpt").Value),
|
||||
MagPosTypeOpt = Convert.ToBoolean(x.Element("magPositionOpt").Value),
|
||||
|
||||
Reference in New Issue
Block a user