更新05211127

This commit is contained in:
GukSang.Jin
2026-05-21 11:27:20 +08:00
parent a3e9051b44
commit b7db883f09
6 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Bash(python *)"
]
}
}

View File

@@ -2821,7 +2821,7 @@ public sealed class MainViewModel : ObservableObject, IDisposable
{
yield return "水平位移必须为有效数值。";
}
else if (Recipe.TravelMm < 50)
else if (Recipe.TravelMm <= 5)
{
yield return "水平位移过短,无法形成稳定动摩擦区。";
}

BIN
COFTester/主页.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
COFTester/历史追溯.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
COFTester/配置.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB