#三轴后处理,检测是多轴程序时报警
global mom_tool_axis II JJ KK
global mom_mcsname_attach_opr mom_path_name temmcsname mom_operation_name
set II [ format "%.3f" $mom_tool_axis(0)]
set JJ [ format "%.3f" $mom_tool_axis(1)]
set KK [ format "%.3f" $mom_tool_axis(2)]
if { $KK != 1 } {
#MOM_output_literal " MCS not same "
MOM_abort " \n\n 刀轴不是ZM轴,请检查此刀路 → 【$mom_operation_name】 "
}