My projects involve multiple repetitions of the task (150-200 repetitions). The projects are not the most complex - usually these are several hundred closed loops. The problem is that if I use “optimization” - the program repeats it not once, but before EVERY repetition, which increases the time to complete the task several times. The task does not change, the trajectories retain their coordinates, I just set 150-160 repetitions, the optimization has already been performed once, this is enough, but it is repeated again and again. Maybe I am setting something up incorrectly? Or does the program really behave this way?
A toggle switch would be very useful “do not repeat optimization if repeat is selected”
(PS: in fact, I cut several hundred contours, and I cut each one about ten times, that is, when optimizing, the program needs to calculate thousands, and in some cases tens of thousands of independent contours)