Macro [upd]: Powermill
: Macros in PowerMill allow users to automate repetitive tasks. This could include anything from simple tasks like applying a specific post-processor to more complex sequences of actions like toolpath generation for similar parts.
// Create the pocket feature CREATE FEATURE POCKET ACTIVATE FEATURE "Pocket Feature" EDIT FEATURE "Pocket Feature" NAME $feature_name EDIT FEATURE $feature_name DEPTH $depth EDIT FEATURE $feature_name Z_TOP $z_top powermill macro
// Display message MESSAGE INFO "Feature '$feature_name' created successfully with toolpath" : Macros in PowerMill allow users to automate