python

Optimized Pen Plotting

Optimized Pen Plotting

My last pen plotter adventure resulted in a simple method to generate a 2d plot in python, export that as an svg, then translate that svg into something readable by my pen plotter. For my next trick, I aimed to optimize the process of exporting multiple colors.

Plotting with Matplotlib

Plotting with Matplotlib

Several months ago, I built a pen plotter from an open-source design from thingiverse and modified it to hold a different servo and be wall-mounted.

The goal of this project was to take a simple 2d plot generated in python, and export it to a gcode format that is readable by the pen plotter device.