|
|
#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 #Diretion
#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
这里的修改 |
|