Guard minimal linear run-step staging

This commit is contained in:
2026-06-13 15:27:32 +08:00
parent dfa817a0f8
commit c3ba5baf63
3 changed files with 77 additions and 2 deletions

View File

@@ -5369,9 +5369,15 @@
);
}
const minimalLinearRunStepsPath = await writeLocalGcodeFixture(
interp,
"minimal_linear",
"/work/minimal_linear.ngc",
"/work/minimal_linear.ngc",
);
verifyExpectedOutput(
"browser_minimal_linear_run_steps",
interp.runFile("/work/minimal_linear.ngc"),
interp.runFile(minimalLinearRunStepsPath),
[
"run_step phase=read step=1 rc=0 line=1",
"run_step phase=execute step=1 rc=0 line=1 x=1 y=2 z=0",