mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Factored out the Print::apply() method and its dependending free functions
into PrintApply.cpp module.
This commit is contained in:
parent
72ce8cb28d
commit
d6c5961eb0
5 changed files with 837 additions and 833 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue