mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Use minimum extrusion width for support material too
This commit is contained in:
@@ -38,7 +38,7 @@ sub _build_width {
|
|||||||
|
|
||||||
my $min = $self->nozzle_diameter * 1.05;
|
my $min = $self->nozzle_diameter * 1.05;
|
||||||
my $max;
|
my $max;
|
||||||
if ($self->role eq 'perimeter') {
|
if ($self->role eq 'perimeter' || $self->role eq 'support_material') {
|
||||||
$min = $max = $self->nozzle_diameter;
|
$min = $max = $self->nozzle_diameter;
|
||||||
} elsif ($self->role ne 'infill') {
|
} elsif ($self->role ne 'infill') {
|
||||||
# do not limit width for sparse infill so that we use full native flow for it
|
# do not limit width for sparse infill so that we use full native flow for it
|
||||||
|
|||||||
Reference in New Issue
Block a user