mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
New option to make infill before perimeters. #1039
This commit is contained in:
parent
ab3d1ac820
commit
2942485a94
5 changed files with 12 additions and 2 deletions
|
@ -909,7 +909,8 @@ sub write_gcode {
|
|||
};
|
||||
|
||||
# give priority to infill if we were already using its extruder
|
||||
if ($gcodegen->multiple_extruders && $region->extruders->{infill} eq $gcodegen->extruder) {
|
||||
if ($Slic3r::Config->infill_first
|
||||
|| ($gcodegen->multiple_extruders && $region->extruders->{infill} eq $gcodegen->extruder)) {
|
||||
$extrude_fills->();
|
||||
$extrude_perimeters->();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue