Skip to content

Commit

Permalink
Ось D переименована в E
Browse files Browse the repository at this point in the history
  • Loading branch information
anegoda committed Jul 13, 2023
1 parent 46bc227 commit 768c68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/printer/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const getters: GetterTree<PrinterState, RootState> = {
let macros = rootGetters['macros/getMacros']
let process = macros?.find((m: { name: string; variables: any } )=> m.name == 'process_vars' )
//Get dispenser offset from macro
return process.variables["zd_x_offset"]
return process.variables["ze_x_offset"]
},

getOffsetRadiometer: (state, getters, rootState, rootGetters) => {
Expand Down

0 comments on commit 768c68d

Please sign in to comment.