mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Update PrintObject::_generate_support_material()
to match BBS
This commit is contained in:
parent
97d1745e5a
commit
ff265745c6
3 changed files with 20 additions and 20 deletions
|
@ -401,6 +401,8 @@ public:
|
|||
|
||||
std::unique_ptr<FillLightning::Generator> generator;
|
||||
std::unordered_map<double, size_t> printZ_to_lightninglayer;
|
||||
|
||||
std::function<void()> throw_on_cancel;
|
||||
private:
|
||||
/*!
|
||||
* \brief Generator for model collision, avoidance and internal guide volumes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue