add_safety_printpoints
- compas_slicer.print_organization.add_safety_printpoints(print_organizer, z_hop=10.0)[source]
Generates a safety print point at the interruptions of the print paths.
- Parameters:
print_organizer (
compas_slicer.print_organization.BasePrintOrganizer
) – An instance of the BasePrintOrganizer class.z_hop (float) – Vertical distance (in millimeters) of the safety point above the PrintPoint.