fablabnbg / inkscape-silhouette

An extension to drive Silhouette vinyl cutters (e.g. Cameo, Portrait, Curio series) from within inkscape.
GNU General Public License v2.0
495 stars 113 forks source link

Here's how I installed the extension on Fedora (Workstation 40) #292

Closed daviddarts closed 5 months ago

daviddarts commented 5 months ago

I noticed you don't currently include instructions for installing the inkscape-silhouette extension under Fedora. In case this is helpful, I've installed the extension on Fedora Workstation 40 (fresh install) by doing the following:

1. Install the necessary packages: sudo dnf install python3-pyusb python3-matplotlib make

2. Clone the inkscape-silhoutte repo and make/install the extension: git clone https://github.com/fablabnbg/inkscape-silhouette.git

cd inkscape-silhouette/

sudo make install

3. Add a new rule to the udev device manager: I did run into the udev issue which I resolved (as per the in-extension instructions) by creeating a 99-graphtec-silhouette.rules file: sudo nano /etc/udev/rules.d/99-graphtec-silhouette.rules

And adding the following rule: SUBSYSTEM=="usb", ATTR{idVendor}=="0b4d", ATTR{idProduct}=="1137", MODE="666"

Finally, I loaded the file with: sudo udevadm trigger

t0b3 commented 5 months ago

@daviddarts feel free to contribute to the README

t0b3 commented 5 months ago

Closed by #293