generate_brim
- compas_slicer.post_processing.generate_brim(slicer, layer_width, number_of_brim_offsets)[source]
Creates a brim around the bottom contours of the print.
- Parameters:
slicer (
compas_slicer.slicers.PlanarSlicer
) – An instance of the compas_slicer.slicers.PlanarSlicer classlayer_width (float) – A number representing the distance between brim contours (typically the width of a layer)
number_of_brim_offsets (int) – Number of brim paths to add.