Skip to content

Commit

Permalink
Added new OM fields for v3.4-b4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Sep 27, 2021
1 parent 226b911 commit dc01939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/store/machine/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export class MachineModel {
spindles = []
state = {
atxPower: null,
atxPowerPort: null,
beep: null,
currentTool: -1,
displayMessage: '',
Expand Down
1 change: 1 addition & 0 deletions src/store/machine/modelItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ export class Tool {
axes = [] // may hold sub-arrays of drives per axis
extruders = []
fans = []
feedForward = []
filamentExtruder = -1
heaters = []
mix = []
Expand Down

0 comments on commit dc01939

Please sign in to comment.