When defining MCO for turret movement in part CS (G54), tool tip is moving from position in last operation, to absolute coordinates in G54.
Picture NZF-534-40546
If coord. systems of sub-machine, vMAC, and G54 are in same orientation, then xh_move, yh_move and zh_move will have same values. If they are not in same orientation, they will have minus (-) values.
When you want to export ".tkz" file and the new version is not shown (for example 2025)
Go to these two locations in registry editor:Â HKCU\SOFTWARE\Classes\Applications\Toolkit-Y.exe\shell\open\command HKLM\SOFTWARE\Classes\Toolkit-Y\shell\open\command
And instead 2024 "C:\Program Files\SolidCAM2024\Solidcam\Toolkit-Y.exe" "%1"Â "C:\Program Files\SolidCAM2024\SolidCAM\Toolkit-Y.exe" "%1"
type in 2025, so the end result is: "C:\Program Files\SolidCAM2025\Solidcam\Toolkit-Y.exe" "%1"Â "C:\Program Files\SolidCAM2025\SolidCAM\Toolkit-Y.exe" "%1"