- 加液蠕动泵:
+ 加液泵控制:
-
- 空压机:
+ 空压机控制:
- 0.00A
+ {{ debugStore.debugPageState?.airCompressorCurrent }} A
- 加热片:
+ 加热片控制:
- 0.00A
+ {{ debugStore.debugPageState?.heaterCurrent }} A
+ {{ debugStore.debugPageState?.heaterTemperature }} ℃
- 蒸发仓水浸:
+ 气密性阀门模式:
- 没水
+
+
+
+
+
@@ -198,62 +281,64 @@ const onBottomState = () => {}
- 注射蠕动泵:
+ 喷液泵控制:
+
+
+
+
+
- 风机:
+ 风机控制:
- 0.00A
+ {{ debugStore.debugPageState?.blowerCurrent }} A
- 设备底部水浸:
-
-
- 没水
+ 打印机测试:
@@ -270,8 +355,7 @@ const onBottomState = () => {}
height: $main-container-height;
overflow: hidden;
background: $gradient-color;
- padding-top: 4vh;
- padding-left: 30px;
+ padding: 4vh;
font-size: 20px;
.debug-upper{
display: grid;
@@ -289,6 +373,10 @@ const onBottomState = () => {}
}
}
}
+ .divider{
+ margin-top: 4vh;
+ margin-bottom: 4vh;
+ }
.debug-env {
display: grid;
grid-template-columns: repeat(2, 1fr);
@@ -308,10 +396,10 @@ const onBottomState = () => {}
height: 10vh;
}
.debug-bw{
- width: 13vw;
+ width: 10vw;
}
.debug-label{
- width: 13vw;
+ width: 18vw;
text-align: end;
}
.debug-text{