Click or drag to resize

API changes - 1.30

RAYLASE.Marker.Device.dll
  public class RAYLASE.Marker.Device.LaserController.BaseLaserController

+ public Func<bool, int, IOPortCondition, Guid?, Guid> EnablePointerDelegate { get; set; }
- public Func<bool, IOPortCondition, Guid?, Guid> EnablePointerDelegate { get; set; }
+ public virtual Guid EnablePointer( bool enable, int correctionFileIndex )
+ public virtual Guid EnablePointer( bool enable, int correctionFileIndex, IOPortCondition condition, Guid? parentListGuid )

RAYLASE.Marker.JobElement.dll
public class RAYLASE.Marker.JobElement.BaseCorrectionFileIndexAwareAutomation

+ protected BaseCorrectionFileIndexAwareAutomation( )
+ public int CorrectionFileIndex { get; }