Packaged posts (files with a .cpsz extension) are a way of destributing posts with all of their dependencies: additional files, machine and post properties. They can be used as regular posts (.cps) for post processing in all Autodesk CAM products: Fusion, Inventor CAM and HSMWorks.
Machines in the new format (.mch) can be directly used by Fusion only. Inventor CAM and HSMWorks cannot consume them directly. However, it is still possible to use new machines for configuring universal posts, which are designed to work with external machine configurations. For this purpose machines in new format can be downloaded as a single package (.cpsz) with any post. This packaged post can then be selected for postprocessing instead of a regular post. You cannot use a separate machine for posting with this post, as it contains embedded machine already.
.cpsz file is a zip archive, and can be opened by any software that supports it. Internally the archive has the following structure:
Where index.json contains information about used post and machine:
{
"version": "1.0.0",
"post-directory": "post folder",
"post": "post.cps",
"machine-configuration": "machine.mch"
}
To use a machine in new the format in HSMWorks or Inventor CAM you need to do the following:

