aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-06-13 14:47:41 +0300
committerAvi Levkovich <avi@twine-s.com>2019-06-13 14:47:41 +0300
commitf2cf6b075eea682ff202ce1c9fdcef771affec04 (patch)
tree8156bf159c6d70227dc29a0e9d32f1d995efd8c3 /Software
parentaccba181474b9e48f892a93336025306c894a46b (diff)
parent401131666124c2df283fb66db80a24843b8115fa (diff)
downloadTango-f2cf6b075eea682ff202ce1c9fdcef771affec04.tar.gz
Tango-f2cf6b075eea682ff202ce1c9fdcef771affec04.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software')
-rw-r--r--Software/PMR/Messages/Printing/JobTicket.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Printing/JobTicket.proto b/Software/PMR/Messages/Printing/JobTicket.proto
index 3a3617c49..4bd4390fb 100644
--- a/Software/PMR/Messages/Printing/JobTicket.proto
+++ b/Software/PMR/Messages/Printing/JobTicket.proto
@@ -30,4 +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