Factored out the Print::apply() method and its dependending free functions

into PrintApply.cpp module.
This commit is contained in:
Vojtech Bubnik 2021-05-05 14:30:09 +02:00
parent 72ce8cb28d
commit d6c5961eb0
5 changed files with 837 additions and 833 deletions

View file

@ -680,6 +680,7 @@ protected:
friend class SLAPrint;
friend class Model;
friend class ModelObject;
friend static void model_volume_list_update_supports(ModelObject& model_object_dst, const ModelObject& model_object_new);
// Copies IDs of both the ModelVolume and its config.
explicit ModelVolume(const ModelVolume &rhs) = default;