Fixed a harless assert in PrintObject consturctor.

Fixed a bug in G-code generator regarding the seam hiding.
This commit is contained in:
bubnikv 2018-12-07 11:21:05 +01:00
parent b1f819f83b
commit 9f43e7d375
4 changed files with 9 additions and 7 deletions

View file

@ -159,7 +159,7 @@ protected:
// to be called from Print only.
friend class Print;
PrintObject(Print* print, ModelObject* model_object);
PrintObject(Print* print, ModelObject* model_object, bool add_instances = true);
~PrintObject() {}
void config_apply(const ConfigBase &other, bool ignore_nonexistent = false) { this->m_config.apply(other, ignore_nonexistent); }