Skip to content

Commit

Permalink
add recovery, fix toolreq on remove (ldtteam#8827)
Browse files Browse the repository at this point in the history
Hotfix issue with deco controllers
Hotfix issues with tool usage on remove
  • Loading branch information
Raycoms committed Dec 24, 2022
1 parent 52b74f9 commit 746bca8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ private void requestMaterialsState()
{
if (Constants.BUILDER_INF_RESOURECES || job.getWorkOrder().isRequested() || job.getWorkOrder().getWorkOrderType() == WorkOrderType.REMOVE)
{
recalculated = true;
return;
}

Expand Down

0 comments on commit 746bca8

Please sign in to comment.