From: Brandon King Date: Fri, 22 May 2009 23:11:32 +0000 (+0000) Subject: Some settings for the bcprinter app (work in progress) X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=cfc39bc1708eba9ce9e773e9e89559c74a6d8a99 Some settings for the bcprinter app (work in progress) --- diff --git a/samplebc/settings.py b/samplebc/settings.py index eb8d99e..dda92e5 100644 --- a/samplebc/settings.py +++ b/samplebc/settings.py @@ -99,6 +99,14 @@ FIXTURE_DIRS = ( HTSW_ST_APPNAME = 'HTSW-SampleTracker' +BCPRINTER_PRINTER_BRAND_LIST = ( ('Zebra', 'Zebra'), ) +BCPRINTER_PRINTER_MODEL_LIST = ( ('ZM400', 'ZM400'), + ('ZM600', 'ZM600') ) +BCPRINTER_PRINT_METHOD_LIST = ( ('ftp', 'ftp'), + ('socket', 'socket') ) + +PRINTER_HOST = '192.168.0.15' +PRINTER_PORT = 9100 HTSW_SAMPLE_ID_TEMPLATE = '%08d'