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:34 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>
  
 +==== 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> <code>
-## Fedora (Asahi Remix) +git clone https://github.com/fablabnbg/inkscape-silhouette.git 
-1. Ensure system is up to date (`dnf upgrade --refresh`) +cd inkscape-silhouette 
-2. Install inkscape (via `dnf install inkscape`) +sudo make install 
-3. Install the [inkscape sillhouette plugin](https://github.com/fablabnbg/inkscape-silhouette?tab=readme-ov-file#fedora-linux) +</code> 
-  * Install dependencies: `dnf install python3-pyusb python3-matplotlib make gettext` +   Falls der Benutzer nicht in der `lp`-Gruppe istfüge folgende Zeile in `/etc/udev/rules.d/99-graphtec-silhouette.rules` hinzu
-  * Build and install the plugin: +<code>SUBSYSTEM=="usb", ATTR{idVendor}=="0b4d", ATTR{idProduct}=="1137", MODE="666"</pre> 
-    ``` +   und lade die Konfiguration neu: `sudo udevadm trigger` 
-    git clone https://github.com/fablabnbg/inkscape-silhouette.git +</code>
-    cd inkscape-silhouette +
-    sudo make install +
-    ``` +
-  If your user is not in the `lp` groupadd a line to `/etc/udev/rules.d/99-graphtec-silhouette.rules`:   +
-    `SUBSYSTEM=="usb", ATTR{idVendor}=="0b4d", ATTR{idProduct}=="1137", MODE="666"` +
-    and reload the config: `sudo udevadm trigger` +
-<\code> +
- +
-Source:  +
-https://github.com/fablabnbg/inkscape-silhouette+
  
 ===== Material ===== ===== Material =====
item/cameo_5_schneidplotter.1766255666.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