NEW - New Optimization in Processor - Makes Bender Run Faster
This is an important change that trims seconds of each cycle.
Every part process list begins with an initialization section that can easily be 50 lines of commands. Running through these commands for the same part repeatedly when starting the next part cycle wastes time.
So the CNC Processlist Builder now inserts a new [BEGIN RUN AGAIN] label placed in the middle of each part's process list to trim off processing time by showing CNC Processor where to start when the same part is run the second time and greater.