Pen Plotter Fun

with AxiDraw V3/A4 & A3 – a pen plotter from Evil Mad Scientist

Een penplotter is een soort eenvoudige robot. Hij stuurt een pen (of een ander voorwerp in de penhouder) langs de reeks vectorlijnen, curves en paden die je hem (via een computer) vraagt te volgen.
Dit lijkt veel op het gebruik van een traditionele printer, behalve dat je ervoor moet zorgen dat je documenten bestaan uit paden in plaats van pixels.

AxiDraw User Guide

pdf user guide for the AxiDraw V3 family

Using AxiDraw with Inkscape

Software Installation

☞ Quick Setup

  1. Check which AxiDraw plotter you have. Is it an A3 or an A4 model? Based on that, you need to do some settings differently.
  2. Move the AxiDraw to its Home Corner (left top).
  3. Plug in power and USB cables.
  4. Add the pen to the plotter.
  5. Position your paper with its upper-left corner below the pen tip.
  6. In Inkscape
    1. Set pagesize to A4 or A3 Landscape in File -> Document Properties.
    2. Select the drawing or text and select Path -> Object to path (possibly optional).
    3. Extensions -> AxiDraw Control. Go to tab setup. Click the Toggle pen between UP, DOWN option. Click apply to toggle the pen down and back up to check the correct vertical movement.
    4. Adjust the pen's height
    5. Try to keep the range of movement to a minimum. This will draw faster and is better for the servo motor.
    6. Select the right plotter. Extensions -> Options -> Config. For the A4 model choose AxiDraw V2 or V3. For the A3 model choose AxiDraw V3/A3 or SE/A3.
    7. Extensions -> AxiDraw Control. Go to tab Plot and click Apply to start plotting. Each visible layer will be plotted.

Additions

  1. Vertical documents in Inkscape will be rotated left 90° on the AxiDraw:
  2. For single line fonts, check Inkscape Extensions -> text -> Hershey text. More info here

  3. To fill shapes with lines or hatches, check Inkscape Extensions -> text -> Hatch Fill. More info.
  4. If you create drawings in Adobe Illustrator that you want to plot, you may encounter problems with the correct scaling and naming of the layers. For best results when exporting from AI do next:
    • When naming layers in AI, either:
      • Use just a number as the layer name, or
      • Include a space in each name
    • Use File > Export > Export As...
    • Check the "Use Artboards" option
    • Select the SVG format option and click Export
    • Styling: Presentation attributes
    • Object IDs: Layer names
    • Minify, Responsive: Both off Then, open the SVG file in Inkscape and Apply the extension "Process Illustrator SVG".

Using AxiDraw without Inkscape

Bitmap 2 Vectors

Convert JPG, PNG images to SVG, PDF, EPS, AI.
Pen plotters can only draw lines, typically in a single color, so getting them to reproduce a photograph is difficult. This page collects some ideas for how to plot images that are represented as a grid of colors, or a raster.

☞ In Illustrator

  1. Place Image in Illustrator.
  2. Select the image and Image Trace (Object -> Image Trace) or open the Image Trace window.
  3. Try some presets. Remember that the plotter can only draw the outline (stroke) of a path it cannot fill a shape.
  4. Click expand to complete the vectorization.
  5. You can check the outlines in menu 'view' > 'outlines' (or CMD / CTRL + Y).

☞ In Inkscape

  1. Open Image in Inkscape. Open image in Inkscape or drag an image onto your Inkscape document.
  2. Trace Bitmap (Path -> Trace Bitmap) Then, hover over Path in the top Inkscape toolbar and click on Trace Bitmap. ...
  3. Complete the Vectorization. See also this tutorial

☞ with Plotter Fun – a playground for plotter art

Different algorithms all collected in a very handy Webapp by Mitxela / Tim Alex Jacobs. See this page for more info on the algorithms etc.
More options here

Drawing by Numbers / Generative Art 4 plotters

Turtle Graphics

turtle graphics are vector graphics using a relative cursor (the "turtle") upon a Cartesian plane (x and y axis).
The turtle has three attributes: a location, an orientation (or direction), and a pen. The pen, too, has attributes: color, width, and on/off state (also called down and up).
The turtle moves with commands that are relative to its own position, such as "move forward 10 spaces" and "turn left 90 degrees". The pen carried by the turtle can also be controlled, by enabling it, setting its color, or setting its width.

A turtle graphics module for Python
A minimalistic javascript Turtle graphics API

P5.JS

A JavaScript library for creative coding, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else!

Processing

a flexible software sketchbook and a language (Java) for learning how to code within the context of the visual arts.

Nodebox

a node-based software application for generative design. It's built from the ground up by designers to be easy-to-use, efficient, and fast.

& many more

READS & LINKS

ART

  • Lia is a Austrian. She is one of the pioneers of software and net art and has been producing works since 1995. Her practice spans across video, performance, software, installations, sculpture, projections and digital applications. These are a collection of plotter drawings
  • Patrick Tresset (Fr) is a Brussels based artist who develops performative art installations with robotic agents as stylised actors. video
  • Sougwen Chung is a Chinese-born, Canadian-raised artist. Her work explores the mark-made-by-hand and the mark-made-by-machine as an approach to understanding the interaction between humans and computers. Video
  • Jürg Lehni is a Swiss designer / artist / technologist. His works often take the form of platforms and scenarios for production, such as the drawing machines Hektor, Rita, Viktor & Otto.
  • Some pioneers of generative / computer (& plotted) art are: Manfred Mohr, Georg Nees, William Kolomyjec, Vera Molnar, Frieder Nake & many more
-- Last Modified on --