Epilog Laser on Mac OS X 107
Version 7 (Thomas Schmid, 04/18/2012 10:30 pm)
| 1 | 1 | Thomas Schmid | h1. Epilog Laser on Mac OS X 107 |
|---|---|---|---|
| 2 | 1 | Thomas Schmid | |
| 3 | 4 | Thomas Schmid | This is not working. For some reason, the printer driver is not generating proper postscript (only with Inkscape...) No idea why. |
| 4 | 4 | Thomas Schmid | |
| 5 | 4 | Thomas Schmid | There is also a python version for this here: |
| 6 | 4 | Thomas Schmid | <pre> |
| 7 | 4 | Thomas Schmid | git clone http://www.as220.org/git/cups_fab.git |
| 8 | 4 | Thomas Schmid | </pre> |
| 9 | 4 | Thomas Schmid | |
| 10 | 5 | Thomas Schmid | And here is an adapted version that uses the PPD for parameters. |
| 11 | 5 | Thomas Schmid | |
| 12 | 6 | Thomas Schmid | |
| 13 | 6 | Thomas Schmid | |
| 14 | 1 | Thomas Schmid | Download the attached cups-epilog.tar.gz file. |
| 15 | 1 | Thomas Schmid | |
| 16 | 1 | Thomas Schmid | <pre> |
| 17 | 1 | Thomas Schmid | tar -xvzf cups-epilog.tar.gz |
| 18 | 1 | Thomas Schmid | cd cups-epilog/src |
| 19 | 1 | Thomas Schmid | gcc -o epilog `cups-config --cflags` -funsigned-char cups-epilog.c `cups-config --libs` |
| 20 | 1 | Thomas Schmid | sudo mv epilog /usr/libexec/cups/backend/ |
| 21 | 1 | Thomas Schmid | sudo chown root:wheel /usr/libexec/cups/backend/epilog |
| 22 | 1 | Thomas Schmid | sudo launchctl unload /System/Library/LaunchDaemons/org.cups.cupsd.plist |
| 23 | 1 | Thomas Schmid | sudo launchctl load /System/Library/LaunchDaemons/org.cups.cupsd.plist |
| 24 | 1 | Thomas Schmid | </pre> |
| 25 | 2 | Thomas Schmid | |
| 26 | 2 | Thomas Schmid | http://localhost:631/admin |
| 27 | 2 | Thomas Schmid | |
| 28 | 2 | Thomas Schmid | add printer |
| 29 | 2 | Thomas Schmid | |
| 30 | 2 | Thomas Schmid | name the printer something that has to do with the material you are cutting |
| 31 | 2 | Thomas Schmid | |
| 32 | 2 | Thomas Schmid | choose device epilog laser |
| 33 | 2 | Thomas Schmid | |
| 34 | 2 | Thomas Schmid | device uri: epilog://<epilogIPhere>/Legend/vs=7/vp=100/r=600/ |
| 35 | 2 | Thomas Schmid | |
| 36 | 2 | Thomas Schmid | where: |
| 37 | 2 | Thomas Schmid | <pre> |
| 38 | 2 | Thomas Schmid | * af Auto focus (0=no, 1=yes) |
| 39 | 2 | Thomas Schmid | * r Resolution 75-1200 |
| 40 | 2 | Thomas Schmid | * rs Raster speed 1-100 |
| 41 | 2 | Thomas Schmid | * rp Raster power 0-100 |
| 42 | 2 | Thomas Schmid | * vs Vector speed 1-100 |
| 43 | 2 | Thomas Schmid | * vp Vector power 1-100 |
| 44 | 2 | Thomas Schmid | * vf Vector frequency 10-5000 |
| 45 | 2 | Thomas Schmid | * sc Photograph screen size in pixels, 0=threshold, +ve=line, -ve=spot, used |
| 46 | 2 | Thomas Schmid | * in mono mode, default 8. |
| 47 | 2 | Thomas Schmid | * rm Raster mode mono/grey/color |
| 48 | 2 | Thomas Schmid | </pre> |
| 49 | 2 | Thomas Schmid | |
| 50 | 2 | Thomas Schmid | make/manufacturer raw |
| 51 | 2 | Thomas Schmid | |
| 52 | 2 | Thomas Schmid | model/driver raw |
| 53 | 2 | Thomas Schmid | |
| 54 | 3 | Thomas Schmid | Adding class |
| 55 | 3 | Thomas Schmid | |
| 56 | 3 | Thomas Schmid | * Under the Administration tab, click Add Class. |
| 57 | 3 | Thomas Schmid | * Enter a Name, Description, Location and select the Members: |
| 58 | 3 | Thomas Schmid | * # Name = Queue Name (e.g. ZebraRAWClass) |
| 59 | 3 | Thomas Schmid | * # Description = Human Readable Description (e.g. ZebraRaw) |
| 60 | 3 | Thomas Schmid | * # Location = Human Readable Location (e.g. My Mac mini) |
| 61 | 3 | Thomas Schmid | * # Members = the Queue Name of the new raw printer |
| 62 | 1 | Thomas Schmid | |
| 63 | 1 | Thomas Schmid | make rgb postscript (.ps) files with only red (ff0000) and vectors that are .25 px wide |
| 64 | 7 | Thomas Schmid | |
| 65 | 7 | Thomas Schmid | |
| 66 | 7 | Thomas Schmid | h1. More Promising |
| 67 | 7 | Thomas Schmid | |
| 68 | 7 | Thomas Schmid | |
| 69 | 7 | Thomas Schmid | some more interesting cups laser cutter stuff: |
| 70 | 7 | Thomas Schmid | https://whatever.metalab.at/user/amir/EpilogCups/ |
| 71 | 7 | Thomas Schmid | |
| 72 | 7 | Thomas Schmid | You need to get the QT SDK from here: |
| 73 | 7 | Thomas Schmid | http://qt.nokia.com/downloads |
| 74 | 7 | Thomas Schmid | |
| 75 | 7 | Thomas Schmid | And boost |
| 76 | 7 | Thomas Schmid | http://sourceforge.net/projects/boost/files/boost/1.49.0/ |
| 77 | 7 | Thomas Schmid | or |
| 78 | 7 | Thomas Schmid | <pre>sudo port install boost</pre> |