Skip to content

Commit

Permalink
Fix: Fix not working on changing materialThickness (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jane-rose authored and parachvte committed Dec 2, 2020
1 parent 5cfba79 commit d4051b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/widgets/Marlin/Laser.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const mapDispatchToProps = (dispatch) => {
return {
executeGcode: (gcode, context) => dispatch(machineActions.executeGcode(gcode, context)),
updateIsLaserPrintAutoMode: (isLaserPrintAutoMode) => dispatch(machineActions.updateIsLaserPrintAutoMode(isLaserPrintAutoMode)),
updateMaterialThickness: (materialThickness) => dispatch(machineActions.updateIsLaserPrintAutoMode(materialThickness))
updateMaterialThickness: (materialThickness) => dispatch(machineActions.updateMaterialThickness(materialThickness))
};
};

Expand Down

0 comments on commit d4051b1

Please sign in to comment.