Browse Source

temporary change avoiding blocking issue.

sangwq 10 months ago
parent
commit
5e8f478558
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Venus/Venus_RT/Modules/SystemDispatcher.cs

+ 1 - 1
Venus/Venus_RT/Modules/SystemDispatcher.cs

@@ -2514,7 +2514,7 @@ namespace Venus_RT.Modules
 
                 // return wafer while out LL ready or cooling state
                 //if ((outLLWaferStatus.outSlot.Count > 0 && outLLWaferStatus.outSlot.Count <= (validHands - efemRobotWafers.Count)) && outLLModule.ReayForEfemInTime(10))
-                if ((outLLWaferStatus.outSlot.Count > 0 && outLLModule.ReayForEfemInTime(10))
+                if (outLLWaferStatus.outSlot.Count > 0 && outLLModule.ReayForEfemInTime(10))
                 {
                     if (ExchangeWaferWithLL(outLL))
                         return;