Fix of "Problem with larger brim overlapping "

https://github.com/prusa3d/Slic3r/issues/373
This commit is contained in:
bubnikv 2017-07-07 16:40:23 +02:00
parent 434f538919
commit 774c69e3c6
5 changed files with 76 additions and 73 deletions

View file

@ -277,6 +277,7 @@ public:
void auto_assign_extruders(ModelObject* model_object) const;
void _make_skirt();
void _make_brim();
// Wipe tower support.
bool has_wipe_tower();