diff options
| -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 |
