aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Emulations
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-04-23 18:22:07 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-04-23 18:22:07 +0300
commit536ba01ed87152a3bd9a85e15ad0c5d5a6f7397f (patch)
tree0e2be00e0287be4f9bc68cd92edbde78d070f55e /Software/Visual_Studio/Tango.Emulations
parentba4aec4c691476d68b3da383a70bff42341c7171 (diff)
downloadTango-536ba01ed87152a3bd9a85e15ad0c5d5a6f7397f.tar.gz
Tango-536ba01ed87152a3bd9a85e15ad0c5d5a6f7397f.zip
Improved PPC catalog rendering with virtualization.
Improved PPC tech logs with virtualization. Added machine S/N to PPC menu. Added support for Volume color space printing on PPC. Implemented full job request log when method is JobDescriptionFile.
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations')
-rw-r--r--Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
index 5ec04fb41..edc6e27d2 100644
--- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
+++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
@@ -564,6 +564,8 @@ namespace Tango.Emulations.Emulators
var segments = JobDescriptionFile.ReadJobDescriptionFile(fs);
_current_job_ticket.Segments.AddRange(segments);
}
+
+ LogManager.Log("Parsed Job Upload File:\n" + _current_job_ticket.ToJsonString());
}
double centimeter_per_second = request.Message.JobTicket.ProcessParameters.DyeingSpeed;