Squash merge of lh_brim_rework,

brim separated to Brim.cpp,hpp
Refactored accessors to PrintObjectPtrs, PrintRegionPtrs, LayerPtrs,
SupportLayerPtrs for const correctness.
This commit is contained in:
Vojtech Bubnik
2021-02-03 15:12:53 +01:00
parent a963b7f5ab
commit 3f2b57b1d4
37 changed files with 803 additions and 243 deletions

View File

@@ -33,7 +33,7 @@ class GCode;
namespace { struct Item; }
struct PrintInstance;
using PrintObjectPtrs = std::vector<PrintObject*>;
class ConstPrintObjectPtrsAdaptor;
class OozePrevention {
public: