make_skirt ported to C++

This commit is contained in:
bubnikv 2017-02-15 11:05:52 +01:00
parent 90028e47e9
commit 3d11d1aebf
4 changed files with 136 additions and 106 deletions

View file

@ -251,6 +251,8 @@ class Print
double max_allowed_layer_height() const;
bool has_support_material() const;
void auto_assign_extruders(ModelObject* model_object) const;
void _make_skirt();
private:
void clear_regions();