mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Fixed 1st layer support expansion if printed without raft.
This is a regression to PrusaSlicer 2.3.3
This commit is contained in:
@@ -502,7 +502,7 @@ void PrintObjectSupportMaterial::generate(PrintObject &object)
|
|||||||
// If raft is to be generated, the 1st top_contact layer will contain the 1st object layer silhouette with holes filled.
|
// If raft is to be generated, the 1st top_contact layer will contain the 1st object layer silhouette with holes filled.
|
||||||
// There is also a 1st intermediate layer containing bases of support columns.
|
// There is also a 1st intermediate layer containing bases of support columns.
|
||||||
// Inflate the bases of the support columns and create the raft base under the object.
|
// Inflate the bases of the support columns and create the raft base under the object.
|
||||||
MyLayersPtr raft_layers = this->generate_raft_base(object, top_contacts, interface_layers, intermediate_layers, base_interface_layers, layer_storage);
|
MyLayersPtr raft_layers = this->generate_raft_base(object, top_contacts, interface_layers, base_interface_layers, intermediate_layers, layer_storage);
|
||||||
|
|
||||||
#ifdef SLIC3R_DEBUG
|
#ifdef SLIC3R_DEBUG
|
||||||
for (const MyLayer *l : interface_layers)
|
for (const MyLayer *l : interface_layers)
|
||||||
|
|||||||
Reference in New Issue
Block a user