Repaint

The repaint function, regenerates the graphics of the screen to update any deletions or additions that may have been made. The repaint function is done mostly automatically within OneCNC, but there are occasions when you will manually have to select the function. The reason for this is that repainting the view is a somewhat processor and graphic card reliant process, and if we were to redraw constantly, then many users would have difficulty running our software without ungraceful performance degradation.

A detailed explanation of the function.
A simple explanation of the function.