xinruyu369 发表于 2025-7-23 14:45:06

找到
#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

吴小均 发表于 2025-7-23 15:56:42

你自己看看

....与昂° 发表于 2025-7-24 15:29:42

xinruyu369 发表于 2025-7-23 14:45
找到
#Primary axis angle description (in machine base terms)
#With nutating (mtype 3-5) the nutating ...


head_is_sec: 1   #Set with mtype 1 and 4 to indicate head is on secondary

#Preferred setup is pri. zero matches sec. zero/direction
#Zero machine and determine the planes perp. to axis rotations
#These plane combinations are valid:
#Primary plane   XY   XZ   YZ
#Secondary or    XZ   XY   XY
#Secondary       YZ   YZ   XZ

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

#Secondary axis angle description (in machine base terms)
#With nutating (mtype 3-5) the nutating axis and this plane normal
#are aligned to calculate the secondary angle
rotaxis2$ = vecz#Zero
rotdir2$= -vecx#Direction
我改好,程序出出来正确的是B-90,可这个后处理出来还是B90

ggggdddd* 发表于 2025-7-24 19:52:07

发出来让人帮改就行

chiouho 发表于 2025-7-25 10:47:53

共同学习
页: 1 [2]
查看完整版本: MasterCAM发那科BC零点偏置后处理,怎么解决B轴旋转方向是反的。求大神解决