Flat-Bed Pen Plotter - Roland DPX-3300

  • A1 size bed.
  • 8 pens.
  • Serial (RS-232) and parallel interfaces with USB converter.
  • Made in about 1987.
  • Electrostatic paper hold-down.
  • Good pens for it are “Staedtler 323 Triplus Colour Fibre” and “Pilot V-Ball” (0.5 or 0.7) but they need adapters. There should be some adaptors in a box on the plotter.

The serial→USB converter is based on an FTDI chip. you might need a driver for this. I think it's the one here: https://ftdichip.com/drivers/ but this is untested as it works on my machine (if this driver works for you can you update this please?)

You can send images to the plotter from Inkscape.

First, make sure everything you want to plot is converted to a path by highlighting each thing in turn and selecting “Path > Object to path”. This should work with most vector images and text. With any raster images, you'll need to process them into a vector before plotting

SAVE YOUR WORK. The plotter extension seems quite crash-y, so make sure to save your work before trying to plot it.

Connect your computer to the plotter if not already.

Find out the serial port of the plotter. On windows, this is done by openning the commandprompt and typing 'mode'. There should be a COMXX commection (eg COM10). You'll need this later.

In inkscape, go to Extensions > Export > Plot

Enter the settings as in this image:

Note particularly that Serial Flow Control MUST be hardware. Without this, you may get partial plots, but you'll get errors in them.

Hit apply to start. It may take a little time (up to a minute or two) for it to start plotting.

The origin point is in the center of the plotter. This is marked by arrows drawn on masking tape. By default, Inkscape will locate the bottom left-hand corner of your plot at the origin (that is, the bottom left-hand corner of the things to actually plot, not the inkscape document). There is a check box 'center origin' on the Inkscape plot plugin popup. If you check this the center of your plot will be located at the center of the plotter.

If you stop a plot mid-way (e.g. by killing inkscape and turning off the plotter), the serial adaptor can still hold some of the plot in its buffer, so make sure you turn off the plotter AND unplug the adaptor from your computer to kill power to the serial adaptor to purge this.

There are some 3D printed pen holders in the box. Note that not all of these work and they can be a bit finikey. For the plotter to pick up a pen, it has to detect a pen in the appropriate slot. There's a small microswitch that the pen had to depress. If it doesn't the plotter will pick the next available pen. We're currently experimenting with a few different designs to get to work properly and hold a range of pens.

You can check the pens are working before starting your plot by using the pen select buttons on the plotter. If you can press the appropriate button and the plotter picks up your pen, then the pen holder is being properly detected and it will work properly when you start your plot.

The CAD model for the pen holders can be found here on Onshape. You can open the “Configuration Panel” on the right hand side (second icon down, looks like a white cube with a table on its top left) and choose different pen sizes (right click a row and select “switch to” and the model will update). You can then right-click on the model and “export” to get an STL ready for slicing and 3D printing.

If you create a free Onshape account you can “copy” the CAD file so you can create your own branch and edit it to add more configuration sizes/correct errors in the model. Update the link above with your improved version.

The default pen force seems to be tuned to felt-tip pens. For Gel pens, you need more force. You can change the force mid-plot by pausing it, holding down Fast / Pen Force and selecting the pen force you want. It can also be set up in Inkscape.

Git repository of useful HPGL-generating software, in C for Linux:

http://github.com/anachrocomputer/vec

  • equipment/mainroom/plotter
  • Last modified: 15 months ago
  • by drew