现场优化4

This commit is contained in:
2026-08-15 18:43:38 +08:00
parent 8d941d92f0
commit 92eab2f626
5 changed files with 249 additions and 31 deletions
@@ -287,7 +287,7 @@ namespace BenchMovementModule.ViewModels
if (!EnsureConnected()) return;
try
{
await _gantry!.();
await _gantry!.(15);
LoggerHelper.Info("[BenchMovement] 回原点已触发");
}
catch (Exception ex)