Add images to calibration step

This commit is contained in:
Joe Knapper 2026-07-02 12:35:46 +01:00 committed by Julian Stirling
parent 2b03879bcf
commit 11f2482ab1
4 changed files with 67 additions and 23 deletions

View file

@ -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 },
});
}