Skip to content

Commit

Permalink
Added error 79 descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Apr 5, 2024
1 parent 1332c53 commit 7fd3c54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/server/controllers/Grblhal/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,11 @@ export const GRBL_HAL_ERRORS = [
message: 'Bluetooth',
description: 'Bluetooth initialisation failed.'
},
{
code: 79,
message: 'Critical Event',
description: 'Not allowed while critical event is active.'
},
];

// Alarms
Expand Down

0 comments on commit 7fd3c54

Please sign in to comment.