About the NCPlayer Service:
File Menu
Edit Menu
View Menu
Formatting Menu
Tools Menu
Machine Configuration Menu
Collaboration

Removing Empty Lines in the Program


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

  1. Open the Format menu.
  2. Select Remove Blank Lines.
  3. All empty lines will be deleted from the current CNC program.

Example

Before:
G90 G54

G0 X0 Y0

M30

After:
G90 G54
G0 X0 Y0
M30
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.
CNCPassport © MEBLEOS © 2026 · Ver 1.0 · Terms & Conditions | Privacy Policy | Cookie Policy | Refund Policy Legal information | Privacy Policy