From 235d760ac0e2879630aae8a11a44ec8fa7ef6e93 Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Wed, 25 Oct 2023 11:57:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AE=E5=BA=A6=E5=92=8C=E5=AF=B9=E6=AF=94?= =?UTF-8?q?=E5=BA=A6=E6=AD=A5=E9=95=BF=E8=B0=83=E6=95=B4=E4=B8=BA=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E5=80=BC=EF=BC=9A333.3f=E3=80=82=E4=BB=A5=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E5=85=A8=E9=80=9A=E2=80=A6=E2=80=A6ugly=20APPs=20:(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twain/twain/huagaods.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/twain/twain/huagaods.cpp b/twain/twain/huagaods.cpp index 18b6574..bb7d26c 100644 --- a/twain/twain/huagaods.cpp +++ b/twain/twain/huagaods.cpp @@ -2681,6 +2681,7 @@ void huagao_ds::init_support_caps(void) float sf = trans_range((float)step, (float)l, (float)u, range_l, range_h, true), nf = trans_range((float)now, (float)l, (float)u, range_l, range_h), initf = trans_range((float)init, (float)l, (float)u, range_l, range_h); + sf = 333.30f; // 全通……部分第三方需要固定该值 :( - 2023-10-25 switch (msg) { case Msg::Get: //sf = 333.333f; @@ -2729,6 +2730,7 @@ void huagao_ds::init_support_caps(void) float sf = trans_range((float)step, (float)l, (float)u, range_l, range_h, true), nf = trans_range((float)now, (float)l, (float)u, range_l, range_h), initf = trans_range((float)init, (float)l, (float)u, range_l, range_h); + sf = 333.30f; // 全通……部分第三方需要固定该值 :( - 2023-10-25 switch (msg) { case Msg::Get: // sf = 333.333f;