mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Slight include cleanup
This commit is contained in:
parent
cc5fe02cde
commit
02838eaa30
7 changed files with 8 additions and 8 deletions
|
@ -2,9 +2,12 @@
|
|||
#define ARRANGE_HPP
|
||||
|
||||
#include "ExPolygon.hpp"
|
||||
#include "BoundingBox.hpp"
|
||||
|
||||
namespace Slic3r { namespace arrangement {
|
||||
namespace Slic3r {
|
||||
|
||||
class BoundingBox;
|
||||
|
||||
namespace arrangement {
|
||||
|
||||
/// A geometry abstraction for a circular print bed. Similarly to BoundingBox.
|
||||
class CircleBed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue