---------------
Cutcom/Off output G40 for Planar Mill oper but not Hole Milling operation.
Solution
When the G40 at the CUTCOM OFF event is deleted the Hole Milling operation will
not output the G40 since hole milling does not have much control with retract
move. The custom command below should be put in to the 'Cutcom off' event to
check for Hole Mill operation and force a G40 output.
global mom_operation_type
##MOM_output_literal "-------------- $mom_operation_type "
if { $mom_operation_type == "Cylinder Milling" } {
MOM_output_literal "G40"
}
Notes and References
Hardware/Software Configuration
Platform: INTEL
OS: windows
OS Version: n/a
Product: NX
Application: CAM
Version: V10.0.3
Function: POSTBUILDER
Ref: 001-7680845