mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-04 17:07:08 +02:00
Change to return const references for TriangleMesh return values in SLAPrintObject's methods
This commit is contained in:
@@ -144,7 +144,7 @@ public:
|
||||
|
||||
/// Get the whole mesh united into the output TriangleMesh
|
||||
/// WITHOUT THE PAD
|
||||
void merged_mesh(TriangleMesh& outmesh) const;
|
||||
const TriangleMesh& merged_mesh() const;
|
||||
|
||||
void merged_mesh_with_pad(TriangleMesh&) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user