mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Fixed regression with support material
This commit is contained in:
@@ -237,7 +237,7 @@ sub export_gcode {
|
||||
# generate support material
|
||||
if ($Slic3r::support_material) {
|
||||
$status_cb->(85, "Generating support material");
|
||||
$_->generate_support_material for @{$self->objects};
|
||||
$_->generate_support_material(print => $self) for @{$self->objects};
|
||||
}
|
||||
|
||||
# free memory (note that support material needs fill_surfaces)
|
||||
|
||||
Reference in New Issue
Block a user