From 530928e24e393cf08042814bf81dbe60247fad99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Wed, 28 May 2025 19:23:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=99=90=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/iflytop/sgs/hardware/config/StepMotorConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/iflytop/sgs/hardware/config/StepMotorConfig.java b/src/main/java/com/iflytop/sgs/hardware/config/StepMotorConfig.java index 63f53d1..9232ada 100644 --- a/src/main/java/com/iflytop/sgs/hardware/config/StepMotorConfig.java +++ b/src/main/java/com/iflytop/sgs/hardware/config/StepMotorConfig.java @@ -34,7 +34,7 @@ public class StepMotorConfig { static final double DEFAULT_MAX_LIMIT = 0.0; // mm final static Map stepMotorMaxLimitMap = Map.ofEntries( Map.entry(StepMotorMId.DoorM, 200.0), - Map.entry(StepMotorMId.LiquidM, 100.0) + Map.entry(StepMotorMId.LiquidM, 150.0) ); // 是否安装编码器