Skip to content

Commit

Permalink
suspendmanager - clarified 'unsupported' reason description
Browse files Browse the repository at this point in the history
  • Loading branch information
master-spike committed Sep 25, 2023
1 parent 7c92421 commit 4ac36ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suspendmanager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ REASON_DESCRIPTION = {
[REASON.RISK_BLOCKING] = 'May block another build job',
[REASON.ERASE_DESIGNATION] = 'Waiting for carve/smooth/engrave',
[REASON.DEADEND] = 'Blocks another build job',
[REASON.UNSUPPORTED] = 'Construction is unsupported'
[REASON.UNSUPPORTED] = 'Would collapse immediately'
}

--- Suspension reasons from an external source
Expand Down

0 comments on commit 4ac36ac

Please sign in to comment.