pyrobopath.toolpath.preprocessing.SubstituteToolStep#
- class pyrobopath.toolpath.preprocessing.SubstituteToolStep(tool_map: Dict)[source]#
Bases:
PreprocessingStepA preprocessing step that replaces tool types in contours using a mapping.
- Parameters:
tool_map (dict) – A dictionary mapping existing tool names to new tool names.
Methods
Apply the preprocessing step to the given toolpath.