|
楼主 |
发表于 2025-7-24 15:29:42
|
显示全部楼层
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 |
|