Inkcut setting up device Vinyl Express QE6000
Inkcut setting up device Vinyl Express QE6000
For the life of me i cant figure out how to set up my device in inkcut. I have a Vinyl Express QE-6000 cutter that is connected via USB. I can cut to in a VM, so i know the cutter is connected and working. Running Linux Mint 18, Inkscape 0.91, and Inkcut v1.0
Re: Inkcut setting up device Vinyl Express QE6000
I've tried to do various things to find the port the printer is on and i cant seem to fugure it out. I've tried to use and it shows nothing. I even tried to use this script...
and i also got nothing, anyone able to help me?
Code: Select all
dmesg | grep ttyS
Code: Select all
#!/bin/bash
for sysdevpath in $(find /sys/bus/usb/devices/usb*/ -name dev); do
(
syspath="${sysdevpath%/dev}"
devname="$(udevadm info -q name -p $syspath)"
[[ "$devname" == "bus/"* ]] && continue
eval "$(udevadm info -q property --export -p $syspath)"
[[ -z "$ID_SERIAL" ]] && continue
echo "/dev/$devname - $ID_SERIAL"
)
done
and i also got nothing, anyone able to help me?
Re: Inkcut setting up device Vinyl Express QE6000
Inkcut is no longer being developed or supported. But there's a new extension to take its place, which is Extensions menu > Export > Plot. More support info here: https://www.timewasters-place.com/inksc ... s-the-3rd/
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design