继续推进浏览器 interp tool-table 行文本 guard

This commit is contained in:
2026-06-14 08:53:34 +08:00
parent 52674b9ba2
commit 2237b41a9c
2 changed files with 53 additions and 1 deletions

View File

@@ -9482,7 +9482,11 @@
const browserInterpMachineId = "browser-interp";
const browserInterpWasmPaths = opfsBrowserSessionWasmPaths("browser");
const browserInterpInitialParameterValues = opfsParameterValueSet("10.5", "20.25", "2.25", "44");
const browserInterpToolTableInputText = "T2 P7 Z3.125 D1.5 I12 J34 Q4 ;browser finish tool\n";
const browserInterpToolTableInputLines = [
"T2 P7 Z3.125 D1.5 I12 J34 Q4 ;browser finish tool",
"",
];
const browserInterpToolTableInputText = browserInterpToolTableInputLines.join("\n");
const browserInterpTextPaths = await saveMachineTextFiles(browserInterpMachineId, {
ini: `[EMC]\nMACHINE = ${browserInterpMachineId}\n`,
toolTable: browserInterpToolTableInputText,