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 [2024-12-06 00:25 UTC] – Fix List borisitem: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 29: Line 29:
   * Lineal   * Lineal
   * Mikrofasertuch   * Mikrofasertuch
 +  * {{ :item:cameo5-um-151-ger_protect_7.pdf |Anleitung}}
 +
 +
 +===== Prozess und Skript =====
 +==== Debian ====
 +* Inkscape installieren (`sudo apt install inkscape`)
 +* 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 \
 +# Installiere .deb-Datei
 +&& sudo apt install ./inkscape-silhouette_1.29-1_all.deb
 +# Fertig...
 +</code>
 +
 +<code>
 +usermod -aG lp 'username'
 +</code>
 +
 +==== Fedora (Asahi Remix) ====
 +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.1733444721.txt.gz · Last modified: by boris

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