MarginallyClever / Makelangelo-software

Software for plotters - especially the wall-hanging polargraph also called Makelangelo.
http://www.marginallyclever.com/
GNU General Public License v2.0
349 stars 165 forks source link

Quadtree-like instant filter #701

Closed mthaier closed 1 year ago

mthaier commented 1 year ago

Gives instant quad-tree-like fractal, image

Important note

The implementation is based on recursion and doesn't save any boxes data, it draws the lines directly, in a smart manner that prevent drawing lines overlapping with parent fractal lines. However, the whole implementation is based on my trust on the gcode converter to get rid of exact duplicate lines, otherwise it would be very inefficient for plotting, we could have a voice call for further details.