请教老师们关于后处理的一个问题 将G109 只在G84攻丝状态下输出
怎么才能将G109 只在G84攻丝状态下输出呢 需要加什么语句或者命令global mom_current_motion
if { $mom_current_motion != "tap_move" } {
MOM_suppress once G109
}
#G109是你这个块的名字,这个定制命令放到前面
https://www.ugsnx.com/thread-327185-1-1.html可以用我这个,支持华中多轴攻丝 gongxixi 发表于 2022-11-16 16:00
global mom_current_motion
if { $mom_current_motion != "tap_move" } {
MOM_suppress once G109
好的多谢 Capful 发表于 2022-11-17 14:10
https://www.ugsnx.com/thread-327185-1-1.html可以用我这个,支持华中多轴攻丝
谢谢大神的分享
页:
[1]