set_blend_radius
- compas_slicer.print_organization.set_blend_radius(print_organizer, d_fillet=10, buffer=0.3)[source]
Sets the blend radius (filleting) for the robotic motion.
- Parameters:
print_organizer (
compas_slicer.slicers.BasePrintOrganizer
)d_fillet (float) – Value to attempt to fillet with. Defaults to 10 mm.
buffer (float) – Buffer to make sure that the blend radius is never too big. Defaults to 0.3.