mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
WIP PrintRegion refactoring: Squashed some bugs.
This commit is contained in:
parent
c8bdc62af4
commit
72d1faa03e
6 changed files with 50 additions and 34 deletions
|
@ -87,6 +87,7 @@ public:
|
|||
|
||||
protected:
|
||||
friend class Layer;
|
||||
friend class PrintObject;
|
||||
|
||||
LayerRegion(Layer *layer, const PrintRegion *region) : m_layer(layer), m_region(region) {}
|
||||
~LayerRegion() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue