mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New algorithm for overhang detection
This commit is contained in:
parent
90280fe63b
commit
575127151b
5 changed files with 45 additions and 10 deletions
|
@ -38,7 +38,9 @@ sub _build_width {
|
|||
|
||||
my $min = $self->nozzle_diameter * 1.05;
|
||||
my $max;
|
||||
if ($self->role ne 'infill') {
|
||||
if ($self->role eq 'perimeter') {
|
||||
$min = $max = $self->nozzle_diameter;
|
||||
} elsif ($self->role ne 'infill') {
|
||||
# do not limit width for sparse infill so that we use full native flow for it
|
||||
$max = $self->nozzle_diameter * 1.7;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue