mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Bugfix: enabling raft layers generated support for the whole model. Includes regression test. #1375
This commit is contained in:
@@ -787,7 +787,8 @@ sub combine_infill {
|
||||
|
||||
sub generate_support_material {
|
||||
my $self = shift;
|
||||
return unless $self->config->support_material && $self->layer_count >= 2;
|
||||
return unless ($self->config->support_material || $self->config->raft_layers > 0)
|
||||
&& $self->layer_count >= 2;
|
||||
|
||||
Slic3r::Print::SupportMaterial->new(object => $self)->generate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user