mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Few more include chains broken
This commit is contained in:
parent
02838eaa30
commit
c2cd430941
11 changed files with 48 additions and 22 deletions
|
@ -8,7 +8,6 @@
|
|||
#include "MotionPlanner.hpp"
|
||||
#include "Point.hpp"
|
||||
#include "PlaceholderParser.hpp"
|
||||
#include "Print.hpp"
|
||||
#include "PrintConfig.hpp"
|
||||
#include "GCode/CoolingBuffer.hpp"
|
||||
#include "GCode/SpiralVase.hpp"
|
||||
|
@ -32,6 +31,10 @@ namespace Slic3r {
|
|||
class GCode;
|
||||
class GCodePreviewData;
|
||||
|
||||
namespace { struct Item; }
|
||||
struct PrintInstance;
|
||||
using PrintObjectPtrs = std::vector<PrintObject*>;
|
||||
|
||||
class AvoidCrossingPerimeters {
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue