|
Post Processing with Transformations (GPP & GPP2)
In order to support Transformations, the following modes are available for post-processing:
-
Exploded; where the transformed procedures simply appear as additional regular procedures to GPP. The G-Code is longest, since it contains the full set of motions repeated again for each transformed procedure.
-
With subroutines; where the procedure motions are placed inside a machine subroutine, and each transformed location is executed as a call to that subroutine. The G-Code is much shorter. The main program includes a separate call (and home relocation) per transformed procedure.
The requirements from GPP nd GPP2 in order to support all these options in GPP2 are detailed below. For GPP, the "exploded" method is available.
|