User Tools

Site Tools


item:cameo_5_schneidplotter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
item:cameo_5_schneidplotter [2025-12-20 18:31 UTC] vietaitem:cameo_5_schneidplotter [2026-01-20 18:55 UTC] (current) jtbx
Line 4: Line 4:
 owner          : CCCHH # CCCHH oder Nick, wenn Dauerleihgabe owner          : CCCHH # CCCHH oder Nick, wenn Dauerleihgabe
 access_itemacc : instructions access_itemacc : instructions
-status_state   : active+status_itemstate  active
 ---- ----
  
Line 32: Line 32:
  
  
-Prozess und Skript: +===== Prozess und Skript ===== 
-<code lang="shell"> +==== Debian ==== 
-# Debian based  +* Inkscape installieren (`sudo apt install inkscape`) 
-sudo apt install python3-matpllotlib python3-usb \+* Lade die neueste Plugin-Version `.deb` von der [[https://github.com/fablabnbg/inkscape-silhouette/releases|Releases-Seite]] 
 +* Installiere es mit `sudo apt install path/to/file.deb` 
 +* Installiere fehlende Abhängigkeiten: `sudo apt install python3-usb python3-matplotlib` 
 +* Falls der Benutzer nicht in der `lp`-Gruppe ist (`usermod USERNAME -aG lp`, ausloggen und wieder einloggen), füge folgende Zeile in `/etc/udev/rules.d/99-graphtec-silhouette.rules` hinzu
 +<pre>SUBSYSTEM=="usb", ATTR{idVendor}=="0b4d", ATTR{idProduct}=="1137", MODE="666"</pre> 
 +und lade die Konfiguration neu: `sudo udevadm trigger` 
 +<code
 +# Debian based 
 +sudo apt install python3-matplotlib python3-usb \
 && wget https://github.com/fablabnbg/inkscape-silhouette/releases/download/v1.29/inkscape-silhouette_1.29-1_all.deb \ && wget https://github.com/fablabnbg/inkscape-silhouette/releases/download/v1.29/inkscape-silhouette_1.29-1_all.deb \
- +# Installiere .deb-Datei
-# Installiere foo.deb file+
 && sudo apt install ./inkscape-silhouette_1.29-1_all.deb && sudo apt install ./inkscape-silhouette_1.29-1_all.deb
 # Fertig... # Fertig...
Line 45: Line 52:
 <code> <code>
 usermod -aG lp 'username' usermod -aG lp 'username'
-<\code>+</code>
  
-Source:  +==== Fedora (Asahi Remix) ==== 
-https://github.com/fablabnbg/inkscape-silhouette+1. Sicherstellen, dass das System aktuell ist (`dnf upgrade --refresh`) 
 +2. Inkscape installieren (`dnf install inkscape`) 
 +3. Das [[https://github.com/fablabnbg/inkscape-silhouette|Inkscape-Silhouette-Plugin]] installieren
 +   * Abhängigkeiten installieren: `dnf install python3-pyusb python3-matplotlib make gettext` 
 +   * Plugin bauen und installieren: 
 +<code> 
 +git clone https://github.com/fablabnbg/inkscape-silhouette.git 
 +cd inkscape-silhouette 
 +sudo make install 
 +</code> 
 +   * Falls der Benutzer nicht in der `lp`-Gruppe ist, füge folgende Zeile in `/etc/udev/rules.d/99-graphtec-silhouette.rules` hinzu: 
 +<code>SUBSYSTEM=="usb", ATTR{idVendor}=="0b4d", ATTR{idProduct}=="1137", MODE="666"</pre> 
 +   und lade die Konfiguration neu: `sudo udevadm trigger` 
 +</code>
  
 ===== Material ===== ===== Material =====
item/cameo_5_schneidplotter.1766255509.txt.gz · Last modified: by vieta

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki