# About This file contains the documentation of the it-sydikat mimaki vinyl plotter. # Maintainers - currently i think noone? Or maybe everyone, who knows. # Technical From the techincal standpoint, the Mimaki CG-61 Vinyl Cutter is used to cut foil and print stickers. The following is pasted from the Mimaki meta page at <https://meta.it-syndikat.org/t/mimaki-cg-61-vinyl-cutter/41>: Paste: * Technisches Max. Schnittbreite: ca. 61 cm Max. Schnittlänge: unbegrenzt Input Format: HPGL Usage via network * Switch on the plotter insert your material define cut/pen settings turn on "REMOTE" mode Go to http://mimaki.asozial.it-syndikat.org/ Upload your hpgl file Define your Scaling Factor (if hpgl is exported with 2048 dpi, your scaling factor is 1.2403 - with 2540 dpi it's 1.00) Press "Send" * Usage if connected directly via USB or parallel (deprecated) Cutter mit USB2Parallel Adapter verbinden, check welchen Namen der Port bekommt (zB. /dev/usb/lp1) Inkscape File als .hpgl speichern hpgl output flatness: 0.2 X-Origin: 0 px (optional) Y-Origin: 0 px (optional) Resolution: 2048 dpi Pen Number: 1 Plot invisible layers: optional Note für Inkscape > V.9: Man kann beim HPGL Speichern mehr als 2048 dpi eingeben - somit spart man sich das nachträgliche Skalieren mit der Angabe von 2540 dpi Auflösung. * HPGL Scaler (deprecated) Alex hat uns einen HPGL Scaler geschrieben: <https://github.com/W4RH4WK/HPGLtrans> * Anwendung: $ cat file.hpgl | ./HPGLtrans -S 1.25 > /dev/usb/lp0 Tools Es gibt mehrere Tools für den Cutter, bitte Tooleinstellungen beachten: * Schleppmesser Druck zwischen 035 und 060 einstellen Schwarze od. weiße Folie: zB. 045 Metallic Folie: zB. 030 Farbige Folie: zB. 040 Geschwindigkeit: zw. 10 und 100 (je detaillierter die cuts sind, desto längsamer) * Kugelschreiber in selbstgedruckten Adapter einspannen Tool-Taste drücken bis man bei "PEN" ankommt Druck: 100 bei schwerem Papier, 50-70 bei dünnem Papier * Edding Adapter Tool: PEN Druck: 30-50 Geschwindigkeit: 10-20 # Software The software has been replaced in early 2018. It used to be a go script, piping out the HPGL file to the printer location, most often /dev/usb/lp0. It was replaced due to some errors with a php script doing the same thing. Its source code is located here: <https://github.com/IT-Syndikat/its-mimaki> # Plotting There is a usb to parallel converter attached to the left hand side of the plotter. Once connected to a linux machine, it will spawn a character device at `/dev/usb/lp0`. You can `cat` your hpgl file into there. # Network Currently not applicable