The Remove Blank Lines function automatically deletes all empty lines from the CNC program.
This makes the code more compact and easier for the NCPlayer simulator to process,
as well as improving navigation within the program.
Purpose
Reduce the total number of lines in the code.
Optimize G-code for faster loading and simulation.
Remove accidental empty lines introduced during program editing.
How to Use
Open the Format menu.
Select Remove Blank Lines.
All empty lines will be deleted from the current CNC program.
Warning:
Make sure that removing blank lines does not affect the readability of the program,
especially if they were used to visually separate logical blocks of code.