mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed a harless assert in PrintObject consturctor.
Fixed a bug in G-code generator regarding the seam hiding.
This commit is contained in:
parent
b1f819f83b
commit
9f43e7d375
4 changed files with 9 additions and 7 deletions
|
@ -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); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue