mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
Previous commit about bridge spacing was incomplete
This commit is contained in:
parent
a81377d684
commit
86f5cb8654
3 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ sub fill_surface {
|
|||
my $line_oscillation = $distance_between_lines - $min_spacing;
|
||||
|
||||
my $flow_spacing = $params{flow_spacing};
|
||||
if ($params{density} == 1) {
|
||||
if ($params{density} == 1 && !$params{dont_adjust}) {
|
||||
$distance_between_lines = $self->adjust_solid_spacing(
|
||||
width => $bounding_box->[X2] - $bounding_box->[X1],
|
||||
distance => $distance_between_lines,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue