Mercurial > hg > zebra
comparison README @ 1:21c3229ed401
Tidy up
author | Ben Croston <ben@fuzzyduckbrewery.co.uk> |
---|---|
date | Fri, 12 Aug 2011 21:48:00 +0100 |
parents | 5bd9ee5c0cae |
children | ad9d9bf61243 |
comparison
equal
deleted
inserted
replaced
0:5bd9ee5c0cae | 1:21c3229ed401 |
---|---|
18 - Return a list containing a list of printer queues | 18 - Return a list containing a list of printer queues |
19 | 19 |
20 z.setqueue( printerqueue ) | 20 z.setqueue( printerqueue ) |
21 - Set the printer queue | 21 - Set the printer queue |
22 | 22 |
23 z.setup(self, direct_transfer=None, label_height=None, label_width=None) | 23 z.setup(direct_transfer=None, label_height=None, label_width=None) |
24 - Set up the printer | 24 - Set up the printer |
25 | 25 |
26 z.store_graphic(self, name, filename) | 26 z.store_graphic(name, filename) |
27 - Store a graphics .PCX file on printer | 27 - Store a graphics .PCX file on printer |
28 | 28 |
29 z.output(commands) | 29 z.output(commands) |
30 - Output EPL2 commands to the printer | 30 - Output EPL2 commands to the printer |
31 | 31 |