按提示词结论补 switchkins 完整覆盖锁
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user