From 0f2edc5bde6882e648ab047574de721481bd4656 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 28 Apr 2022 15:24:11 +0300 Subject: Added Flat Spool Type Support. --- Software/PMR/Messages/Printing/JobSpoolType.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/PMR') 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; + } -- cgit v1.3.1