CNC 检测模块输出的 数值类型如 bga检测和 孔隙检测的输出内容,要写入到 CNC 检测结果 manifest.json 合适的地址
This commit is contained in:
@@ -30,7 +30,7 @@ namespace XP.Hardware.MotionControl.Implementations
|
||||
/// <param name="max">最大位置(mm)| Maximum position (mm)</param>
|
||||
/// <param name="origin">原点偏移(mm)| Origin offset (mm)</param>
|
||||
/// <param name="defaultSpeed">默认速度(mm/s)| Default speed (mm/s)</param>
|
||||
public SimulatedLinearAxis(AxisId axisId, double min, double max, double origin, double defaultSpeed = 50.0)
|
||||
public SimulatedLinearAxis(AxisId axisId, double min, double max, double origin, double defaultSpeed = 5.0)
|
||||
: base(axisId, min, max, origin)
|
||||
{
|
||||
_defaultSpeed = defaultSpeed;
|
||||
|
||||
Reference in New Issue
Block a user