When printing a solid layer the printer should generally move from one section to the closets section in order to minimize oozing etc.
However, when I print Frog_t.stl pathio perform many travel moves from one side of the model to the other. An example of this is layer 0 which can be seen in the picture below. The gcode is also attached.
I understand that solving this generally is equivalent to solving the traveling salesman, but a simple greedy optimization of picking the closets section should vastly improve this.
frog.gcode.zip (518.8 KB)