mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Bugfix: support material was generated under most bridges
This commit is contained in:
parent
1d0a852679
commit
70e69be60a
3 changed files with 41 additions and 32 deletions
|
@ -114,15 +114,15 @@ sub go {
|
|||
}
|
||||
}
|
||||
|
||||
# free memory
|
||||
@{$_->fill_surfaces} = () for @{$print->layers};
|
||||
|
||||
# generate support material
|
||||
if ($Slic3r::support_material) {
|
||||
$self->status_cb->(85, "Generating support material");
|
||||
$print->generate_support_material;
|
||||
}
|
||||
|
||||
# free memory (note that support material needs fill_surfaces)
|
||||
@{$_->fill_surfaces} = () for @{$print->layers};
|
||||
|
||||
# make skirt
|
||||
$self->status_cb->(88, "Generating skirt");
|
||||
$print->extrude_skirt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue