Click or drag to resize

API changes - 1.15

RAYLASE.Marker.Common.dll
  public class RAYLASE.Marker.Common.PenSet

- public Guid ID { get; }
+ public Guid ID { get; set; }

RAYLASE.Marker.Configuration.dll
RAYLASE.Marker.Device.dll
  public class RAYLASE.Marker.Device.ScanController.MarkOnTheFlyProfile

- public double ResponceTime { get; set; }
+ public double ResponseTime { get; set; }

RAYLASE.Marker.GUI.Events.dll
RAYLASE.Marker.Job.dll
  public class RAYLASE.Marker.Job.JobDefinition

+ public bool RefreshStoredPenSetOnLoad { get; set; }
+ public void ResetWorkspaceOffset( )
+ public dvec3 WorkspaceOffset { get; set; }