Equipment/OldVinylCutter: Difference between revisions
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 == |
Revision as of 16:45, 8 December 2014
Vinyl cutter | |
---|---|
Model | Unknown |
Sub-category | Office equipment |
Status | Good working order |
Consumables | Unknown |
Accessories | Unknown |
Training requirement | Yes |
Training link | Vinylcutter_Training |
Owner | Hipster |
Origin | Long term loan from Hipster |
Maintainers | Hipster |
This article may require cleanup. The specific problem is: Cleanup per Wiki todo. (June 2014) |
Training
TRAINING NEEDED BEFORE USE
Training is run by Velyks on Fridays, notices of training sessions will be put on the mailing list. Training schedule can be found here
Data
- Max. Cutting Width: 610mm
- Cutting Speed: 10-800mm/s
- Cutting Force: 10g-500g
- Page with more info
- Setup 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.
Linux Instructions:
Download Inkscape, move items in the driver folder from USB card into: /home/.config/inkscape/extensions
Run inkscape and should be there under extensions, cutter/plotter.
Usage
The vinyl cutter will happily take HPGL piped over serial, eg in Linux:
cat filename.hpgl > /dev/ttyUSB0
Make sure you have write permissions for the ttyUSB0 device, a quick temporary hack for this is: sudo chmod 0777 /dev/ttyUSB0
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:
:s/;/;\r/g
T-Shirts
You can heat press designs onto t-shirts using the heat press
Consumables
Put something here about appropriate types, thickness, etc.
Suppliers:
Old Vinyl Cutter
The old cutter is in the space but is not functional Equipment/VinylCutterOld