mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Incomplete work for refactoring regions and flows
This commit is contained in:
parent
231bffa99b
commit
beb1baa096
13 changed files with 297 additions and 148 deletions
|
@ -861,9 +861,11 @@ sub generate_support_material {
|
|||
return unless ($self->config->support_material || $self->config->raft_layers > 0)
|
||||
&& $self->layer_count >= 2;
|
||||
|
||||
Slic3r::Print::SupportMaterial
|
||||
->new(config => $self->config, flow => $self->print->support_material_flow)
|
||||
->generate($self);
|
||||
my $s = Slic3r::Print::SupportMaterial->new(
|
||||
config => $self->config,
|
||||
flow => $self->print->support_material_flow,
|
||||
);
|
||||
$s->generate($self);
|
||||
}
|
||||
|
||||
sub _simplify_slices {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue