RickMcConney / PenPlotter

Polar graph controler that uses repetier firmware. Inspired by work at http://www.polargraph.co.uk
GNU General Public License v2.0
120 stars 26 forks source link

How to add some new algoritms #25

Open kave777 opened 5 years ago

kave777 commented 5 years ago

How can I add my image processing algorithms to program?

RickMcConney commented 5 years ago

This is not trivial, You need to subclass Plot.pde and add the new class to cp5gui.pde filters and filterDropdown handler. Or you can modify one of the exiting filters. For example see the Square or Diamond classes which both subclass the Plot class.