fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -184,7 +184,7 @@ public SpindleCapability(XElement src, string baseDirectory, params object[] res
|
||||
{
|
||||
double r = XmlConvert.ToDouble(contourElem.Attribute("InsistentRatio")?.Value);
|
||||
//600s=10mins
|
||||
return r ==1?double.PositiveInfinity:(r * 600);
|
||||
return r == 1 ? double.PositiveInfinity : (r * 600);
|
||||
},
|
||||
contourElem => contourElem.Elements("SpindleSpeedToPower").Select(
|
||||
elem => new Vec2d(
|
||||
|
||||
Reference in New Issue
Block a user