mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Fixed some of the raft issues introduced in the new C++ supports.
This commit is contained in:
parent
420e387055
commit
f5e4026aee
2 changed files with 181 additions and 103 deletions
|
@ -178,8 +178,9 @@ private:
|
|||
MyLayersPtr generate_raft_base(
|
||||
const PrintObject &object,
|
||||
const MyLayersPtr &top_contacts,
|
||||
MyLayersPtr &intermediate_layers,
|
||||
MyLayerStorage &layer_storage) const;
|
||||
const MyLayersPtr &interface_layers,
|
||||
const MyLayersPtr &base_layers,
|
||||
MyLayerStorage &layer_storage) const;
|
||||
|
||||
// Turn some of the base layers into interface layers.
|
||||
MyLayersPtr generate_interface_layers(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue