User Tools

Site Tools


item:cameo_5_schneidplotter

This is an old revision of the document!


Table of Contents

Cameo 5 Schneidplotter

maintainer:
stb, dl8xas
owner:
CCCHH
access:
instructions
status:
active

Ort

Im Moment in einer großen Eurobox im Regal im Werkstatt-Vorraum. Bitte beachten: die Box enthält das Gerät, diverses Zubehör und Material. Bitte unbedingt beisammen halten!

Benutzung

Der Schneidplotter braucht Strom aus dem beiliegenden Netzteil und entweder eine USB- oder eine Bluetooth-Verbindung zum Rechner. Auf dem Rechner muss entweder die Software des Herstellers Silhouette Studio oder Inkscape samt Plugin installiert sein.

Zur proprietären Software gibt es ein wenig geschriebene Doku und jede Menge Youtube-Videos; für das Inkscape-Plugin gibt es Infos im Projekt-Wiki.

Es ist sinnvoll, sich die Benutzung von einer erfahrenen Person kurz zeigen zu lassen.

Zubehör

Wir haben diese Zubehör-Teile:

  • Schneidematte 12“x12”: klebrige Oberfläche, um dünne oder flexible Materialien festzuhalten
  • Rollenhalter
  • Entgitter-Haken
  • Rakel
  • Spatel
  • “Pick me up”-Werkzeug
  • Lineal
  • Mikrofasertuch

Prozess und Skript:

# Debian based 
sudo apt install python3-matpllotlib python3-usb \
&& wget https://github.com/fablabnbg/inkscape-silhouette/releases/download/v1.29/inkscape-silhouette_1.29-1_all.deb \
 
# Installiere foo.deb file
&& sudo apt install ./inkscape-silhouette_1.29-1_all.deb
# Fertig...

<code> usermod -aG lp 'username' <\code>

<code> ## Fedora (Asahi Remix) 1. Ensure system is up to date (`dnf upgrade –refresh`) 2. Install inkscape (via `dnf install inkscape`) 3. Install the [inkscape sillhouette plugin](https://github.com/fablabnbg/inkscape-silhouette?tab=readme-ov-file#fedora-linux)

  • Install dependencies: `dnf install python3-pyusb python3-matplotlib make gettext`
  • Build and install the plugin:

```

  git clone https://github.com/fablabnbg/inkscape-silhouette.git
  cd inkscape-silhouette
  sudo make install
  ```
* If your user is not in the `lp` group, add 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

  • Vinyl-Folie, Rolle 305mm Breite, verschiedene Farben
  • Transferfolie, 305mm Breite: zum Transfer von geschnittener Vinyl-Folie auf das Ziel
  • Schablonenfolie, 305mm Breite: zum Anfertigen von Lackier-Schablonen
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