PRINT, PRINT0, PRINT1 to PRINT10

These statements are very similar to the OUTPUT statement, except that they send the output text to other files (not the main G-code file).

PRINT argument1 argument2 ...

PRINT0 argument1 argument2 ...

PRINT10 argument1 argument2 ...

The arguments are exactly the same as in the OUTPUT statement. The output of each statement is sent to the destination shown in the following table:

Statement

Destination File

PRINT

<toolpath>.<post>.msg.txt

The text is also printed to the GPP2 application screen.

PRINT0

Print0.txt in the current folder.

PRINT1 to PRINT10

<toolpath>.<post>.<ext>

The extensions <ext> for the 10 files are defined in the DF2 file parameters "PRINT1 File Extension" to "PRINT10 File Extension".

Leaving an extension empty inhibits the output to that file.

Notes:

    1. The <toolpath> name is the name of the GPP2 input DAT file, without any extension.

    2. The <post> name is the name of the current post-processor used, without any extension.

Some functionality may be dependent on the product package. Contact your Reseller if you require a license.