Click or drag to resize

API changes - 1.26

RAYLASE.Marker.Device.dll
  public class RAYLASE.Marker.Device.BaseDeviceController

- protected T ConvertStatus( string statusText )
+ public virtual Tuple<Color, string> GetDeviceStatusRepresentation( )
- public virtual Color GetStatusColor( )

  public class RAYLASE.Marker.Device.ScanController.BaseScanController

+ public virtual Tuple<Color, string> GetDeviceStatusRepresentation( )
- public virtual Color GetStatusColor( )

  public class RAYLASE.Marker.Device.ScanHead.BaseScanHead

- public double Aperture { get; protected set; }
+ public double Aperture { get; set; }
- public dvec3 FieldSize { get; protected set; }
+ public dvec3 FieldSize { get; set; }
- public double FocalLength { get; protected set; }
+ public double FocalLength { get; set; }
- public double MaxLensTravel { get; protected set; }
+ public double MaxLensTravel { get; set; }
- public double MaxMagnification { get; protected set; }
+ public double MaxMagnification { get; set; }
- public double WorkingDistance { get; protected set; }
+ public double WorkingDistance { get; set; }

  public class RAYLASE.Marker.Device.LaserController.BaseSerialLaserController

+ public virtual Tuple<Color, string> GetDeviceStatusRepresentation( )