From 59dbc0c01c79f901189ceb7b7d924a0dfe4f1203 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 16 四月 2025 16:34:55 +0800
Subject: [PATCH] 1、卧式理片一拖二功能测试通过, 小片台新增最大尺寸配置:8mm,超过的玻璃小片只能走大线

---
 hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index 4ad0595..3d17dbf 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -35,16 +35,6 @@
       secondLength: 300
   glassGap: 2500
   cellLength: 2500
+  maxThickness: 8
   sequence:
     order: false
-kangaroohy:
-  milo:
-    enabled: true
-    primary: default
-    config:
-      default:
-        endpoint: opc.tcp://10.153.19.150:49320
-        security-policy: basic256sha256
-        username: admin
-        password: 1qaz2wsx3edc4rfv
-

--
Gitblit v1.8.0