mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -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
|
@ -19,7 +19,7 @@ sub fill_surface {
|
|||
my $distance = $min_spacing / $params{density};
|
||||
|
||||
my $flow_spacing = $params{flow_spacing};
|
||||
if ($params{density} == 1) {
|
||||
if ($params{density} == 1 && !$params{dont_adjust) {
|
||||
$distance = $self->adjust_solid_spacing(
|
||||
width => $bounding_box->[X2] - $bounding_box->[X1],
|
||||
distance => $distance,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue