Skip to content

Commit

Permalink
fix: don't override gcode_macro variables with stale values (#1355)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Mensing <github@matmen.dev>
  • Loading branch information
matmen authored Feb 11, 2024
1 parent e800d6e commit 74def24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/macros/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const getters: GetterTree<MacrosState, RootState> = {
disabledWhilePrinting: false,
color: '',
categoryId: '0',
variables,
...stored,
variables,
...{ config }
}

Expand Down

0 comments on commit 74def24

Please sign in to comment.