Added integrity check field to tools data

This commit is contained in:
Lucio Maranta
2019-12-03 14:31:19 +01:00
parent ed259254ca
commit 024d32e5c9
9 changed files with 27 additions and 14 deletions
@@ -23,6 +23,7 @@ namespace Step.Model.ConfigModels
public bool SelfAdaptivePathOpt { get; set; }
public bool DynamicCompensationOpt { get; set; }
public bool BallufOpt { get; set; }
public bool IntegrityCheckOpt { get; set; }
public CooligTranslations CooligsTranslations { get; set; }