Bootstrap
mdo 云课精选 发表于:06-12 10:22   阅读(31)   回复(0)

来源: https://www.ugsnx.com/thread-354768-1-1.html

网友(....与昂°)提问:

Mastercam发那科BC零点偏置后处理,怎么解决B轴旋转方向是反的。

大神(clcl516)回复:

在后处理旋转指令前加个-号

大神(xinruyu369)回复:

找到

#Primary axis angle description (in machine base terms)
#With nutating (mtype 3-5) the nutating axis must be the XY plane
rotaxis1$ = vecy  #Zero
rotdir1$  = vecx  #Direction

改为

rotdir1$  = -vecx  #Direction

大神(吴小均)回复:

你自己看看