Use support material layer height for raft layer instead of object layer height. #2723

This commit is contained in:
Alessandro Ranellucci 2015-03-09 19:36:23 +01:00
parent d8ee9dd5f5
commit 8654537e55
4 changed files with 33 additions and 4 deletions

View file

@ -199,6 +199,7 @@ class Print
Flow skirt_flow() const;
std::set<size_t> object_extruders() const;
std::set<size_t> support_material_extruders() const;
std::set<size_t> extruders() const;
void _simplify_slices(double distance);
double max_allowed_layer_height() const;