Limit first object layer height correctly when using a larger support material extruder. #2722

This commit is contained in:
Alessandro Ranellucci 2015-03-09 19:27:57 +01:00
parent 3fd182a8f5
commit d8ee9dd5f5
5 changed files with 56 additions and 6 deletions

View file

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