pyrobopath.toolpath.preprocessing.MaxContourLengthStep#
- class pyrobopath.toolpath.preprocessing.MaxContourLengthStep(length: float)[source]#
Bases:
PreprocessingStepA preprocessing step that splits contours into smaller segments if their total length exceeds a specified maximum.
- Parameters:
length (float) – The maximum allowed length for any single contour.
Methods
Apply the preprocessing step to the given toolpath.