Class ZTrackingCalibration
Represents a z tracking calibration.
public class ZTrackingCalibration : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseZTrackingCalibration
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
ActionOnTemperatureChange
Gets or sets the action when temperature changes.
public ActionOnTemperatureChange ActionOnTemperatureChange { get; set; }
Property Value
TrackingCorrectionAfterMarking
Gets or sets the tracking correction after marking.
public TrackingCorrection TrackingCorrectionAfterMarking { get; set; }
Property Value
TrackingCorrectionBeforeMarking
Gets or sets the tracking correction before marking.
public TrackingCorrection TrackingCorrectionBeforeMarking { get; set; }