summaryrefslogtreecommitdiff
path: root/cups/cups.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-06-08 19:29:57 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-06-08 19:29:57 +0000
commit59fd9df98631e2ce391ddf1adb9034ae403c36fe (patch)
treebe882def886c35108201b121a4ab2286b5176289 /cups/cups.h
parent763a0aed1670a3db8f4a8a190d28ac126c238426 (diff)
downloadcups-59fd9df98631e2ce391ddf1adb9034ae403c36fe.tar.gz
Start of 3D printer support (infrastructure only)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12711 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/cups.h')
-rw-r--r--cups/cups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cups/cups.h b/cups/cups.h
index a215c8a92..17a39bdf1 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -250,6 +250,7 @@ enum cups_ptype_e /* Printer type/capability bit
* @since CUPS 1.4/OS X 10.6@ */
CUPS_PRINTER_MFP = 0x4000000, /* Printer with scanning capabilities
* @since CUPS 1.4/OS X 10.6@ */
+ CUPS_PRINTER_3D = 0x8000000, /* 3D Printing @since CUPS 2.1@ */
CUPS_PRINTER_OPTIONS = 0x6fffc /* ~(CLASS | REMOTE | IMPLICIT |
* DEFAULT | FAX | REJECTING | DELETE |
* NOT_SHARED | AUTHENTICATED |