Skip to content

Commit

Permalink
fix(spoolman): missing filament material in selection dialog (#1387)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Mensing <github@matmen.dev>
  • Loading branch information
matmen authored Mar 5, 2024
1 parent 3c9d4b8 commit 066ece3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/spoolman/SpoolSelectionDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export default class SpoolSelectionDialog extends Mixins(StateMixin, BrowserMixi
spools.push({
...spool,
filament_name: filamentName,
filament_material: spool.filament.material
material: spool.filament.material
})
}
Expand Down

0 comments on commit 066ece3

Please sign in to comment.