Guard browser direct random tool-table input

This commit is contained in:
2026-06-14 08:19:39 +08:00
parent cb21c867bd
commit 912394d65a
2 changed files with 63 additions and 5 deletions

View File

@@ -9417,14 +9417,15 @@
directToolTableTextLines(browserDirectTools).join("\n"),
);
const browserDirectRandomToolTableInputLines = [
"T2 P7 Z3.125 D1.5 I12 J34 Q4 ;browser direct random finish tool",
"T5 P9 X1 Y2 Z3 ;browser direct random rough tool",
"",
];
const browserRandomToolTablePath = writeGeneratedToolTableFixture(
interp,
"/work/browser-direct-random-tool.tbl",
[
"T2 P7 Z3.125 D1.5 I12 J34 Q4 ;browser direct random finish tool",
"T5 P9 X1 Y2 Z3 ;browser direct random rough tool",
"",
].join("\n"),
browserDirectRandomToolTableInputLines.join("\n"),
);
const browserDirectRandomFinishTool = {
toolNo: "2",