aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2022-04-28 15:24:11 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2022-04-28 15:24:11 +0300
commit0f2edc5bde6882e648ab047574de721481bd4656 (patch)
tree48e9de6ecbedcb3c83aea9612f48b1ca90a79bb9 /Software/PMR
parentd16a71c2585522bf466c9a28e8b4c42fed7c592a (diff)
downloadTango-0f2edc5bde6882e648ab047574de721481bd4656.tar.gz
Tango-0f2edc5bde6882e648ab047574de721481bd4656.zip
Added Flat Spool Type Support.
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Printing/JobSpoolType.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Printing/JobSpoolType.proto b/Software/PMR/Messages/Printing/JobSpoolType.proto
index ae567a91a..a88971af1 100644
--- a/Software/PMR/Messages/Printing/JobSpoolType.proto
+++ b/Software/PMR/Messages/Printing/JobSpoolType.proto
@@ -20,4 +20,6 @@ enum JobSpoolType
HaAmma = 1;
+ FlatSpool = 2;
+
}