Roland PNC-950 Schneidplotter | "Ronaldo"
Benutzung mit Linux
Wir nutzen seit 2025 nicht mehr den alten Windows PC mit virtueller Maschine, sondern ein Linux Mint Betriebssystem mit passender FLOSS Software: Inkscape + Inkcut.
Das klappt aktuell leider noch nicht wegen fehlender Unterstützung des CAMM-GL III Instruction Sets. Das Problem: weder Serial noch Parallel funktionieren über Inkcut. Der Plotter empfängt Daten, aber plottet nicht. Er blinkt nur und das Fehlerbild entspricht nach Handbuch dem Problem fehlerhafter Daten.
Siehe
- https://www.codelv.com/projects/inkcut/docs/supported-devices
- https://github.com/inkcut/inkcut/issues/168
- https://github.com/inkcut/inkcut/issues/405
Installation Inkcut
https://www.codelv.com/projects/inkcut/docs/installing
sudo apt install python3-pip libcups2-dev python3-venv
sudo mkdir -p /opt/inkcut/
sudo chown $USER:$USER /opt/inkcut/
cd /opt/inkcut/
python3 -m venv venv
./venv/bin/pip3 install setuptools pyqt5 git+https://github.com/codelv/inkcut.git
sudo usermod -a -G dialout "$USER" #for USB
sudo usermod -a -G dialout "$USER" #for Parallel Port
sudo reboot
PATH Variable
echo "export PATH=\"/opt/inkcut/venv/bin:$PATH\"" >> /home/$USER/.bashrc
source /home/$USER/.bashrc
Desktop Icon
vim /home/oem/Desktop/inkcut.desktop
[Desktop Entry]
Encoding=UTF-8
Exec=/opt/inkcut/venv/bin/inkcut
Icon=/opt/inkcut/venv/lib/python3.12/site-packages/inkcut/res/media/inkcut.svg
Categories=Graphics;Office;
Comment=Open-source 2D plotting software
MimeType=image/svg+xml;
Keywords=plotter;cutter;vinyl;cnc;2D;
Type=Application
Terminal=false
Name=Inkcut
GenericName=Inkcut
StartupNotify=false
chmod +x /home/oem/Desktop/inkcut.desktop
Device Id
lsusb
# Parallel Port Adapter:
Bus 001 Device 017: ID 1a86:7584 QinHeng Electronics CH340S
# Serial Port Adapter:
Bus 001 Device 016: ID 4348:5523 WinChipHead USB->RS 232 adapter with Prolific PL 2303 chipset
Plotterkonfiguration
TODO
Benutzung mit Windows
Roland CutStudio
Downloads:
- https://www.technoplot.de/service/downloads/category/35-cut-studio (Basisinstallation und Updates 1.27 - 2.00)
- https://www.rolanddga.com/support/products/cutting/camm-1-pro-series-gx-300-30-vinyl-cutter (Update 3.10)
Hilfe
https://files.rolanddga.com/Files/CutStudioManual/CutStudio/!SSL!/Responsive_HTML5
Problemlösung: Menü-Kopfleiste fehlt - Registry Fix
Lösung: Registry Keys löschen
- CutStudio schließen, falls noch offen
- Registry Editor öffnen (
regedit) - Navigieren zu `Computer\HKEY_CURRENT_USER\Software\Roland DG Corporation`
- Schlüssel-Backup erstellen von "Roland DG Corporation" → Speichern auf Desktop
- "Roland DG Corporation" per Rechtsklick löschen
- Roland CutStudio neu starten und testen
Siehe auch

