Difference between revisions of "Equipment/OldVinylCutter"

From London Hackspace Wiki
Jump to navigation Jump to search
m (wiki markup fix)
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]
  
After some time not working on it the vinyl cutter/plotter is now working perfectly in linux.
 
  
There are no more signal drops that were happening in windows.
+
== Software ==
 +
 
 +
The Windows and Linux drivers are on the Whittenstein usb card that is attached to the machine.
  
The drivers are on the Whittenstein usb card that is attatched to the machine. DO NOT HACK THE CARD.
+
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 inkscape, move items in the driver folder from USB card into:
+
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.
  
One thing you have to do though is chmod the USB port:
 
  
    <code>sudo chmod 0777 /dev/ttyUSB*</code>
+
== Usage ==
 +
 
 +
The vinyl cutter will happily take HPGL piped over serial, eg in Linux:
 +
<code>cat filename.hpgl > /dev/ttyUSB0</code>
  
Where * is the USB port number
+
Make sure you have write permissions for the ttyUSB0 device, a quick temporary hack for this is: <code>sudo chmod 0777 /dev/ttyUSB0</code>
  
There is more on the linked website and the readme folder on the USB.
+
'''Note: If you have multiple USB serial devices, the cutter may not be ttyUSB0'''
  
Message hipster or find him for help or any issues that arise.
 
  
Regards,
+
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.
Hipster
 
  
== Software ==
 
The vinyl cutter will happily take HPGL piped over serial, what you use to make the HPGL is up to personal preference.
 
  
If you choose to cat an HPGL file directly to the USB serial device, consider adding a carriage return after each semicolon so that you don't buffer overflow the cutter.
+
'''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>
:s/;/;\r/g
 
</code>
 
  
Inkscape can export as HPGL, and has plugins for both Linux/OSX (InkCut) and Windows (Inkscape CAMM-GL) to help fine tune cuts.
 
  
'''Inkscape 4.9 or greater generates HPGL which causes the black vinyl cutter to crash. Make sure you use an earlier version and that the PU and PD commands inside the HPGL file only contain one set of coordinates each.'''
 
  
 
== T-Shirts ==
 
== T-Shirts ==

Revision as of 16:45, 8 December 2014

Vinyl cutter
VinylCutter7.jpg
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


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