332
edits
m (wiki markup fix) |
No edit summary |
||
Line 36: | Line 36: | ||
* Setup [http://www.inkscapeforum.com/viewtopic.php?f=31&t=4987 info] | * Setup [http://www.inkscapeforum.com/viewtopic.php?f=31&t=4987 info] | ||
== Software == | |||
The Windows and Linux drivers are on the Whittenstein usb card that is attached to the machine. | |||
We've currently been unable to get the FTDI Virtual Com Port drivers working with the cutter under OSX Mavericks. If you have success with OSX, please update this page. | |||
Instructions: | '''Linux Instructions:''' | ||
download | Download [https://inkscape.org/en/download/ Inkscape], move items in the driver folder from USB card into: | ||
/home/.config/inkscape/extensions | /home/.config/inkscape/extensions | ||
Run inkscape and should be there under extensions, cutter/plotter. | Run inkscape and should be there under extensions, cutter/plotter. | ||
== Usage == | |||
The vinyl cutter will happily take HPGL piped over serial, eg in Linux: | |||
<code>cat filename.hpgl > /dev/ttyUSB0</code> | |||
Make sure you have write permissions for the ttyUSB0 device, a quick temporary hack for this is: <code>sudo chmod 0777 /dev/ttyUSB0</code> | |||
'''Note: If you have multiple USB serial devices, the cutter may not be ttyUSB0''' | |||
What you use to make the HPGL is up to personal preference. Inkscape can export as HPGL, and has plugins for both Linux/OSX (InkCut) and Windows (Inkscape CAMM-GL) to help fine tune cuts. | |||
'''Note: Inkscape 4.9+ generates large HPGL with all the coordinates as a single line. This buffer overflows the black vinyl cutter causing it to crash.''' | |||
'''Smaller designs may be fine, otherwise manually add a carriage return after each instruction by using a text editor.''' | |||
'''Protip in vi:''' | '''Protip in vi:''' | ||
<code> | <code>:s/;/;\r/g</code> | ||
</code> | |||
== T-Shirts == | == T-Shirts == |
edits