Include wipe tower in skirt

This commit is contained in:
Thomas Moore
2019-05-06 23:33:09 -04:00
committed by Lukas Matena
parent 9a9c3bac39
commit aba743de41
3 changed files with 64 additions and 14 deletions

View File

@@ -22,6 +22,10 @@ BoundingBoxf get_print_object_extrusions_extents(const PrintObject &print_object
// The projection does not contain the priming regions.
BoundingBoxf get_wipe_tower_extrusions_extents(const Print &print, const coordf_t max_print_z);
// Returns a vector of points of a projection of the wipe tower for the layers <= max_print_z.
// The projection does not contain the priming regions.
std::vector<Vec2d> get_wipe_tower_extrusions_points(const Print &print, const coordf_t max_print_z);
// Returns a bounding box of the wipe tower priming extrusions.
BoundingBoxf get_wipe_tower_priming_extrusions_extents(const Print &print);