diff --git a/halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs b/halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs index b7763e68..924fb7ae 100644 --- a/halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs +++ b/halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs @@ -4585,7 +4585,7 @@ namespace MaiMuAOI.SysCtrl judgmentData = (DataJudgment)processParam.Value("JudgmentData"); DelayTime = processParam.Value("DelayTime"); DataCnt = processParam.Value("DataCnt"); - OffsetValue = processParam.Value("OffsetValue"); + OffsetValue = processParam.Value("OffsetValue") + confMgr.SysConfigParams.Thickness_Offset; //Points = processParam.Value>("Points"); ThicknessProp thicknessParam = JsonConvert.DeserializeObject(jsonParams); Points = thicknessParam.Points;