Oops finger trouble! Try again!
I’m sure I installed inkscape on the Thinkpad. Don’t think I installed the extensions that allow you to directly print from inkscape.
However since I’m an old command line junky I won’t have sun inkscape directly from the desktop, so this is how I do it
Assuming that your starting from scratch -
a) Connect cutter to Thinkpad with usb cable an power up.
b) Create a working directory, say dermot
Click on LXTerminal icon to get a command line terminal.
In opened window type
mkdir dermot
Connect to it
cd dermot
c) Run inkscape
inkscape
When you have finished,
Choose Save as option from File menu and in dialog box name your file dermot.hpgl and select HP Graphics Language file (*.hpgl) from list box in lower right hand part of screen.
Click Save and accept default options
Exit inkscape and in your terminal window you should have an .hpgl file
ls -al *.hpgl
In your terminal window type dmesg to find cutter device port
dmesg | grep ttyUSB
This should output a line with the string ttyUSB’n’ where ‘n’ is an integer - probably 0 or 1 say 1. Then /dev/ttyUSB1 is your cutter device
Send your file to cutter
sudo cat dermot.hpgl > /dev/USB1