Add images to calibration step
This commit is contained in:
parent
2b03879bcf
commit
11f2482ab1
4 changed files with 67 additions and 23 deletions
|
|
@ -126,7 +126,7 @@ export default {
|
|||
if (this.thingAvailable("stage") && this.thingDescription("stage").title != "DummyStage") {
|
||||
tasks.push({
|
||||
component: markRaw(singleStepTask),
|
||||
props: { stepComponent: zMotorDirectionStep },
|
||||
props: { title: "Stage Calibration", stepComponent: zMotorDirectionStep },
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue