mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-23 00:29:26 -07:00
Fixing EdgeGrid after recent refactoring.
This commit is contained in:
@@ -74,7 +74,6 @@ class Grid
|
||||
public:
|
||||
Grid() = default;
|
||||
Grid(const BoundingBox &bbox) : m_bbox(bbox) {}
|
||||
~Grid();
|
||||
|
||||
void set_bbox(const BoundingBox &bbox) { m_bbox = bbox; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user