mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 07:41:09 -06:00
Return a reference to the actual item instead of a clone when accessing contents of a SurfaceCollection
This commit is contained in:
parent
f612d4c64e
commit
e485f0b130
3 changed files with 12 additions and 3 deletions
|
@ -23,6 +23,7 @@ class Surface
|
|||
unsigned short thickness_layers; // in layers
|
||||
double bridge_angle;
|
||||
unsigned short extra_perimeters;
|
||||
bool in_collection;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue