Skip to content

Commit 6c84f5f

Browse files
pedrolamasCopilot
andauthored
Update src/components/widgets/mmu/MmuFilamentStatus.vue
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
1 parent 0a958f8 commit 6c84f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/widgets/mmu/MmuFilamentStatus.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,10 +662,10 @@ export default class MmuFilamentStatus extends Mixins(StateMixin, MmuMixin) {
662662
if (this.slicerToolMap?.total_toolchanges) posStr += `/${this.slicerToolMap?.total_toolchanges}`
663663
posStr += ' swaps)'
664664
} else {
665-
posStr = this.filament !== 'Unloaded' ? `Filament: ${this.filamentPosition}mm` : 'Filament: Unloaded'
665+
posStr = this.filament !== 'Unloaded' ? `Filament: ${this.filamentPosition} mm` : 'Filament: Unloaded'
666666
}
667667
} else if (this.action === 'Loading' || this.action === 'Unloading') {
668-
posStr = `${this.action}: ${this.filamentPosition}mm`
668+
posStr = `${this.action}: ${this.filamentPosition} mm`
669669
} else {
670670
posStr = this.action ?? ''
671671
}

0 commit comments

Comments
 (0)