From 4ea5fd36da4efaafa3222e8a887b53d5ff6b99fd Mon Sep 17 00:00:00 2001 From: sunwen Date: Thu, 17 Jul 2025 13:42:15 +0800 Subject: [PATCH] feat: Set config file scanwithoutrecon default value is false. --- cfgs/usct-product.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgs/usct-product.json b/cfgs/usct-product.json index 0672c71..e33f6ea 100644 --- a/cfgs/usct-product.json +++ b/cfgs/usct-product.json @@ -62,7 +62,7 @@ "localAE": "3D recon", "port": "5003", "transferPath": "/home/data/Storage/Raw", - "scancanwithoutrecon": true + "scancanwithoutrecon": false }, "mpps": { "open": false,