以硬件库层面运动硬件轴定义为准,同步修改appstate, 包括CNC 节点属性面板和 XP导出

This commit is contained in:
zhengxuan.zhang
2026-05-06 17:11:35 +08:00
parent 1ef876db2c
commit aeef1feee3
11 changed files with 350 additions and 222 deletions
@@ -53,7 +53,7 @@
Margin="0,0,4,3"
VerticalAlignment="Center"
Foreground="#333333"
Text="XM" />
Text="StageX" />
<TextBox
Grid.Row="0"
Grid.Column="1"
@@ -94,7 +94,7 @@
Margin="0,0,4,3"
VerticalAlignment="Center"
Foreground="#333333"
Text="YM" />
Text="StageY" />
<TextBox
Grid.Row="1"
Grid.Column="1"
@@ -127,7 +127,7 @@
Margin="0,0,4,3"
VerticalAlignment="Center"
Foreground="#333333"
Text="ZT" />
Text="SourceZ" />
<TextBox
Grid.Row="2"
Grid.Column="1"
@@ -151,7 +151,7 @@
Margin="0,0,4,3"
VerticalAlignment="Center"
Foreground="#333333"
Text="ZD" />
Text="DetectorZ" />
<TextBox
Grid.Row="3"
Grid.Column="1"
@@ -175,7 +175,7 @@
Margin="0,0,4,3"
VerticalAlignment="Center"
Foreground="#333333"
Text="TiltD" />
Text="DetectorSwing" />
<TextBox
Grid.Row="4"
Grid.Column="1"
@@ -199,7 +199,7 @@
Margin="0,0,4,0"
VerticalAlignment="Center"
Foreground="#333333"
Text="Dist" />
Text="FDD" />
<TextBox
Grid.Row="5"
Grid.Column="1"
@@ -228,4 +228,4 @@
</Grid>
</ScrollViewer>
</Grid>
</UserControl>
</UserControl>