From 2b564ee7daf057743883099a8f5e0a41c1ffd7ce Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 13 Jun 2019 09:56:29 +0300 Subject: Added units to job ticket. can start testing when app is ready - NOT FOR ITMA!! --- Software/PMR/Messages/Printing/JobTicket.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/PMR/Messages/Printing/JobTicket.proto b/Software/PMR/Messages/Printing/JobTicket.proto index 3a3617c49..547a2e786 100644 --- a/Software/PMR/Messages/Printing/JobTicket.proto +++ b/Software/PMR/Messages/Printing/JobTicket.proto @@ -30,4 +30,5 @@ message JobTicket string JobDescriptionFile = 11; bool EnableLubrication = 12; + uint32 units = 13; } \ No newline at end of file -- cgit v1.3.1 From 6e91eb0d7d81ece779dc991da67c06a57d8b8cdc Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 13 Jun 2019 14:14:29 +0300 Subject: Sample winding option for the job. NOT FOR ITMA --- Software/PMR/Messages/Printing/JobTicket.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Software/PMR/Messages/Printing/JobTicket.proto b/Software/PMR/Messages/Printing/JobTicket.proto index 547a2e786..4bd4390fb 100644 --- a/Software/PMR/Messages/Printing/JobTicket.proto +++ b/Software/PMR/Messages/Printing/JobTicket.proto @@ -30,5 +30,8 @@ message JobTicket string JobDescriptionFile = 11; bool EnableLubrication = 12; + //repeat the job uint32 units = 13; + //sample winding winds each segment densely on a small part of the spool, end moves one for the next segment + bool SampleWinding = 14; } \ No newline at end of file -- cgit v1.3.1