About Brushograph

What this interface does

A simple interface to the Brushograph software: it turns uploaded thresholded images into G-code for Brushograph-style brush plotters.

How a run works

  1. A machine config (.conf) describes the machine. Every option below it is generated from that file.
  2. You upload one thresholded image per tray, in the order given by color_order.
  3. Each image is traced to vectors with potrace, extruded to a solid with OpenSCAD, and filled with PrusaSlicer to get brush strokes.
  4. copicograf turns those strokes into brush choreography: dipping in the paint tray, knocking off drips on the rim, washing in water, and re-inking every few hundred millimetres.

Tool status on this machine

potrace/usr/bin/potrace
openscad/usr/local/bin/openscad
slicer/usr/bin/prusa-slicer

Notes

← Back to the WebUI