diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-07-14 15:28:14 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-07-14 15:28:14 +0300 |
| commit | 66e4134eba20a2324211ab76b83946b96a95c69c (patch) | |
| tree | 598941c4ee8ef1e47f27f80dd2c074087cb06ae3 /Software/Visual_Studio/Tango.Integration | |
| parent | 3ac0c04e830c7199039979bff44d96a88cd9cc51 (diff) | |
| download | Tango-66e4134eba20a2324211ab76b83946b96a95c69c.tar.gz Tango-66e4134eba20a2324211ab76b83946b96a95c69c.zip | |
Force set liquid volume before job execution.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index 4f85ccff1..6355997f7 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -1920,10 +1920,10 @@ namespace Tango.Integration.Operation jobStop.OffsetPercent = stop.OffsetPercent; jobStop.OffsetMeters = stop.OffsetMeters; - if (stop.LiquidVolumes == null) - { - stop.SetLiquidVolumes(job.Machine.Configuration, job.Rml, processParameters); - } + //if (stop.LiquidVolumes == null) + //{ + stop.SetLiquidVolumes(job.Machine.Configuration, job.Rml, processParameters); + //} foreach (var liquidVolume in stop.LiquidVolumes) { |
