aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-07-13 05:27:00 +0300
committerRoy <Roy.mail.net@gmail.com>2023-07-13 05:27:00 +0300
commite7c258f93782a5ddc1ba2b228b5a72bb06d0d001 (patch)
treeab9d35fd30d720f97b9c8ce1d3af1e6dc5ad9f53 /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
parenta3e166c8e2a9a853d37d346d458bf364eca7e3f3 (diff)
downloadTango-e7c258f93782a5ddc1ba2b228b5a72bb06d0d001.tar.gz
Tango-e7c258f93782a5ddc1ba2b228b5a72bb06d0d001.zip
Removed light inks limitations for eureka.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
index 3baedeafb..d312f0066 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)
{