From 9a85a1bb557eb7947d6566946470bcb5c6ea17b4 Mon Sep 17 00:00:00 2001 From: CPL <1179393954@qq.com> Date: Mon, 22 Apr 2024 16:10:23 +0800 Subject: [PATCH] =?UTF-8?q?V2.0.7A=20=E5=8A=A0=E5=85=A5=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E8=86=9C=E5=8E=9A=E5=81=8F=E7=A7=BB=E5=80=BC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;