diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-06-13 14:47:41 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-06-13 14:47:41 +0300 |
| commit | f2cf6b075eea682ff202ce1c9fdcef771affec04 (patch) | |
| tree | 8156bf159c6d70227dc29a0e9d32f1d995efd8c3 /Software | |
| parent | accba181474b9e48f892a93336025306c894a46b (diff) | |
| parent | 401131666124c2df283fb66db80a24843b8115fa (diff) | |
| download | Tango-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.proto | 4 |
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 |
