From bab9f04ae0f251acdb759e72fb54d84d042c533e Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 1 Nov 2021 19:44:34 +0200 Subject: Added Ha Amma spool support via sites. --- Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Integration') diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index fb43b55b3..957c53a89 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -2755,7 +2755,7 @@ namespace Tango.Integration.Operation //Spool parameters ticket.Spool = new JobSpool(); - job.SpoolType.MapPrimitivesTo(ticket.Spool); + job.SpoolType.MapPropertiesTo(ticket.Spool); ticket.Spool.JobSpoolType = (JobSpoolType)job.SpoolType.Code; //Override spool parameters from RML Spool calibration -- cgit v1.3.1