mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
New option to make infill before perimeters. #1039
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user