You can shorten the toolpath parameter ${entity('toolpath', toolpath.Name).*} to ${toolpath.*}. This parameter behaves differently if you use it in macros or in setup sheets:
- Macro — It points to the active toolpath.
- Setup sheet — It points to the toolpath that is being processed (the toolpath for which the HTML page is generated).
Note: You cannot use the parameter ${toolpath} parameter on its own. Use ${stoolpath} or ${entity('toolpath', toolpath.Name)}.