Bugfix: error when setting per-region percent perimeter_extrusion_width. #2983
Conflicts: lib/Slic3r/Layer.pm
This commit is contained in:
parent
7a2a1b5446
commit
bce3d98d9d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ sub make_perimeters {
|
||||||
&& $config->perimeter_speed == $other_config->perimeter_speed
|
&& $config->perimeter_speed == $other_config->perimeter_speed
|
||||||
&& $config->gap_fill_speed == $other_config->gap_fill_speed
|
&& $config->gap_fill_speed == $other_config->gap_fill_speed
|
||||||
&& $config->overhangs == $other_config->overhangs
|
&& $config->overhangs == $other_config->overhangs
|
||||||
&& $config->perimeter_extrusion_width == $other_config->perimeter_extrusion_width
|
&& $config->serialize('perimeter_extrusion_width') eq $other_config->serialize('perimeter_extrusion_width')
|
||||||
&& $config->thin_walls == $other_config->thin_walls
|
&& $config->thin_walls == $other_config->thin_walls
|
||||||
&& $config->external_perimeters_first == $other_config->external_perimeters_first) {
|
&& $config->external_perimeters_first == $other_config->external_perimeters_first) {
|
||||||
push @layerms, $other_layerm;
|
push @layerms, $other_layerm;
|
||||||
|
|
Loading…
Add table
Reference in a new issue