post_processing
Polyline simplification
Simplifies a path using the Ramer–Douglas–Peucker algorithm, implemented in the rdp python library. |
Sorting
Aligns the seams (start- and endpoint) of a print. |
|
Smooths the seams (transition between layers) by removing points within a certain distance. |
|
Sorts the paths from horizontal layers into Vertical Layers. |
|
Re-orders the vertical layers in a specific way |
|
Sorts the paths within a horizontal layer to reduce total travel time. |
|
Reverses half of the open paths of the slicer, so that they can be printed in a zig zag motion. |
Additional
Creates a brim around the bottom contours of the print. |
|
Creates a raft. |
|
Spiralizes contours. |