Anonymous

Equipment/OldVinylCutter: Difference between revisions

From London Hackspace Wiki
No edit summary
Line 83: Line 83:
== Using Inkscape ==
== Using Inkscape ==


(Tested on Windows 8.1 using Inkscape 0.91. If you got it working on Mac OS or GNU/Linux please update this page.)
=== Installation ===


You will need python and pyserial installed
==== Windows ====
 
(Tested on Windows 8.1 using Inkscape 0.91)
 
* Install Inkscape
* Install pySerial
*# Download pySerial (".tar.gz"): http://pypi.python.org/pypi/pyserial
*# Extract the "serial" subfolder from the zip to the following folder: C:\[Program files]\inkscape\python\Lib\
*# Restart Inkscape.
 
If you got it working on Mac OS or GNU/Linux please update this page.)
 
==== OSX ====
 
(Tested on OS X El Capitan version 10.11.4 using Inkscape 0.91)
 
* Install FTDI drivers (still working on this one - Domas)
* Restart computer
* Install Inkscape
* Install pySerial
*# Download pySerial (".tar.gz"): http://pypi.python.org/pypi/pyserial
*# Extract and install pySerial. In Terminal execute:
    cd Downloads
    tar xfvz pyserial-2.5.tar.gz
    cd pyserial-2.5
    sudo python setup.py install
* Restart Inkscape.


=== Settings ===
=== Settings ===