diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-07-19 13:52:30 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-07-19 13:52:30 +0300 |
| commit | 9b210cc6bef8c7efd3fbceb0be58ebc9dd983861 (patch) | |
| tree | 14498ce7b90c0af0ac5ea5b366e7a52dfa33a47a /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | |
| parent | 4888e7bfe7609bfcdef1e8ef8f818a995ab2c481 (diff) | |
| parent | ac39b49638cb1b2f3602f51c7f5a1cde7e0df673 (diff) | |
| download | Tango-9b210cc6bef8c7efd3fbceb0be58ebc9dd983861.tar.gz Tango-9b210cc6bef8c7efd3fbceb0be58ebc9dd983861.zip | |
Merge branch 'eureka' of https://twinetfs.visualstudio.com/Tango/_git/Tango into eureka
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index 9a55ba698..7b4ce4abc 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -2647,7 +2647,7 @@ namespace Tango.Integration.Operation bool useLightInks = config.UseLightInks; //Use light inks only if one segment or inter segment is enabled. - if (job.OrderedSegmentsWithGroups.Count > 1 && !job.EnableInterSegment) useLightInks = false; + if (MachineType == MachineTypes.TS1800 && job.OrderedSegmentsWithGroups.Count > 1 && !job.EnableInterSegment) useLightInks = false; foreach (var segment in jobSegments) { @@ -4304,7 +4304,7 @@ namespace Tango.Integration.Operation } else { - + upgradeEureka(); } }); |
