Table des matières

Utilisation de inkscape avec inkcut

La position sur la page n'a aucune importance.

Lancer la découper

Install/config

Inkscape
Plugin Inkcut

Installation Windows

Version windows de inkcut toute prête: InkscapePortable0.91win_with_inkcut.zip

Drivers Virtual Com Port FTDI pour windows http://www.ftdichip.com/Drivers/VCP.htm

Options du device:

Notice pour modifier Inkcut pour windows:

- Suivre guide d'install du plugin dans inkscape. Attention pygtk et gtk-bundle à mettre dans share/pytho

- Pour faire fonctionner le preview avec cairo: dans main.py (lignes 243… dans le else)

utiliser

       w = float(psvg.get('width'))
       h = float(psvg.get('height'))
       scale = 320.0/h
       import cairo
       import rsvg
       img = cairo.ImageSurface(cairo.FORMAT_ARGB32, int(w), int(h))
       ctx = cairo.Context(img)
       ctx.scale(scale, scale)
       handle = rsvg.Handle( filename )
       handle.render_cairo(ctx)
       img.write_to_png( png )
       self.gui['preview1'].set_from_file( png )

Installation Linux

sudo apt-get remove modemmanager

''sudo usermod -a -G dialout $USER''