Project

General

Profile

LAOS CUPS driver » History » Version 4

Anonymous, 2012-07-15 22:33

1 1 jaap
h1. LAOS CUPS driver
2
3 4 Anonymous
{{>toc}}
4
5 1 jaap
This page describes the CUPS printer driver installation.
6
7
h2. How it works
8
9 2 jaap
The printer driver translates standard Postscript into LAOS codes.
10 1 jaap
This is done in the following steps
11
12 2 jaap
* Application generates a postscript file (by pressing print)
13 1 jaap
* The printer dialog shows the configuration dialog based on PPD. The user selects the appropriate settings 
14
* Postscript printer data captured in file, along with the selected settings
15 2 jaap
* File is received by the LaOS cups printer driver. 
16
* LaOS cups printer driver uses pstoedit to convert the file into LaOS [SimpleCode]
17
* LaOS cups printer driver transfers the file to the laser cutter using the TFTP protocol
18 1 jaap
19
h2. OS Support
20 2 jaap
21 1 jaap
The goal is to write platform-independent printer driver, based on CUPS.
22
23 2 jaap
Our test environment is Linux. However: it should be possible to compile the driver on Windows or Mac. Another option is to work from a Windows or MAC workstation and send the data to the CUPS printer on a Linux system. (the cups driver for windows could help: http://www.cups.org/articles.php?L376 ). The PPD file can be used on Windows and Mac. 
24 1 jaap
25 2 jaap
The backend conversion (pstoedit) is also usable as a stand-alone program, and sending the files to the actual printer can be done with a standard TFTP program.
26 1 jaap
27
h2. Installation
28 2 jaap
29 1 jaap
h3. Linux
30 2 jaap
31 1 jaap
This is how you install the driver on Linux.
32
33
Tested on:
34
* Debian Squeeze
35 2 jaap
* Ubuntu 10.10, 11.04, 11.10, 12.04 LTS
36 1 jaap
Please add your distro or let us know problems you encounter!
37
38
*Downloading software*
39
Before installing the CUPS driver, install [[pstoedit with laos support]].
40
41 3 jaap
Get Debian/Ubuntu packages needed:
42
@apt-get install bison flex tftp-hpa@
43
44 1 jaap
From SVN download the cups-laos:
45
@svn co https://tuxic.nl/laos/cups-laos
46 2 jaap
Some svn programs will complain if they don't know the CA, (ssl error), in that case, add this line to the file ~/.subversion/servers:
47 1 jaap
@ssl-trust-default-ca = no@
48
49
Installing the cups driver:
50 2 jaap
@cd <where-ever you installed> cups-laos/src
51 1 jaap
make
52
sudo make install@
53
(if make fails, rename or copy one of the personal makefiles in that folder and call it 'Makefile')
54
55
Now it's time to install the laser cutter using your CUPS printer interface. 
56
* On Debian, go to System -> Administration -> Printing 
57
** Choose: Add Printer (the arrow next to add)
58
** Choose: Devices: Generic CUPS-LAOS Printer
59
** Change the device URI to match your device IP and PORT, as configured in the firmware of the laser. For the SUDA laser, it's: 
60
 cups-laos://192.168.13.111:69/minimal
61
** Choose a name for your laser and press apply
62
** You might need to select the PPD (Postscript Printer Description). It's located in cups-laos/src-tftp/
63
** Do NOT print a test page!!!
64
** Now you can right-click on the new printer and go to '''Printer Options''' to adapt the defaults for your laser.
65
66
h3. Windows
67
Installing the CUPS driver on Windows.
68
69
Tested on Windows 7 Ultimate 32-bit
70
71
*Downloading software*
72
73
Download the cups-windows files from SVN:
74
@https://tuxic.nl/laos/cups-windows/@
75
76
*Installing the 'printer'*
77
* On Windows 7, go to 'Start' -> Control Panel -> Devices and Printers
78
** Click Add Printer (or right click then Add Printer)
79
** Add a local printer
80
** Create a new port - Standard TC/IP Port
81
** Stick in the IP address (and port - ie. 192.168.1.2:69)
82
** Give the port a name (LAOS [ip address] or something maybe)
83
** Untick 'Query the printer and automatically select the driver to use'
84
** Click Next and wait for Windows to try and detect the device.
85
** Select Generic Network Card and click Next
86
** Select 'Have Disk' and browse to the .inf file from the files you just downloaded.
87
** Click Next and ignore/accept any warnings.
88
** Give your laser cutter (printer) a name.
89
** Share the printer if you want to, set it as default if you want to but DO NOT print a test page.
90
** Default preferences can be selected under Printer Preferences - Preferences - Advanced.