按提示词结论补 switchkins 完整覆盖锁

This commit is contained in:
cnc
2026-06-02 14:40:52 +08:00
parent 31e1e4499e
commit 0abf801856
7 changed files with 164 additions and 3 deletions

View File

@@ -3,6 +3,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: Node smoke only verifies the wasm/API bridge around
# source-backed LinuxCNC RS274 and switchkins/remap fixtures; it must not grow
# independent G-code or kinematics behavior.
missing=()
minimum_steps=${WASM_NODE_SMOKE_MIN_STEPS:-50}
if ! [[ "$minimum_steps" =~ ^[1-9][0-9]*$ ]]; then