Guard minimal linear run-step staging
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user