diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-05-14 15:37:22 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-05-14 15:37:22 +0300 |
| commit | cf456972fa5df09ef32f43469d4c23c59d518e05 (patch) | |
| tree | d043ceaf74ce6d13fed8f9c3719be785d67b5e00 /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | |
| parent | 8eb72d9864f9c07ce78f2e569b5fdd17803dc553 (diff) | |
| download | Tango-cf456972fa5df09ef32f43469d4c23c59d518e05.tar.gz Tango-cf456972fa5df09ef32f43469d4c23c59d518e05.zip | |
Adjustment for Twine X4 and FSE Remote Desktop.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index 92fc9cc1c..49e7c76e2 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -1801,7 +1801,7 @@ namespace Tango.Integration.Operation handler.CanCancel = true; LogManager.Log(ex, "Failed to cancel job."); } - }, job, jobTicket, processParameters, JobHandlingMode, MachineType); + }, job, jobTicket, processParameters, JobHandlingMode); handler.StatusChanged += (x, s) => { @@ -2729,7 +2729,7 @@ namespace Tango.Integration.Operation List<RequiredLiquid> requiredLiquids = null; //Validate liquid quantities - if (EnableJobLiquidQuantityValidation) + if (EnableJobLiquidQuantityValidation && MachineType == MachineTypes.TS1800) { if (!originalJob.Rml.UseColorLibGradients) //Validate liquid quantities when ColorLib generate gradient is disabled { @@ -2915,7 +2915,7 @@ namespace Tango.Integration.Operation handler.CanCancel = true; LogManager.Log(ex, "Failed to cancel job."); } - }, clonedJob, ticket, processParameters, JobHandlingMode, MachineType); + }, clonedJob, ticket, processParameters, JobHandlingMode); handler.StatusChanged += (x, s) => { |
