|
发表于 2025-7-24 21:22:52
|
显示全部楼层
找到
#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
将rotdir2$ = vecx #Direction
改为rotdir2$ = -vecx #Direction
不对就改这里
#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 |
|