mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618
This commit is contained in:
parent
d9cffeca4a
commit
e79aa2e81c
25 changed files with 186 additions and 95 deletions
|
@ -454,7 +454,8 @@ sub build {
|
|||
complete_objects extruder_clearance_radius extruder_clearance_height
|
||||
gcode_comments output_filename_format
|
||||
post_process
|
||||
perimeter_extruder infill_extruder support_material_extruder support_material_interface_extruder
|
||||
perimeter_extruder infill_extruder solid_infill_extruder
|
||||
support_material_extruder support_material_interface_extruder
|
||||
ooze_prevention standby_temperature_delta
|
||||
interface_shells
|
||||
extrusion_width first_layer_extrusion_width perimeter_extrusion_width
|
||||
|
@ -648,6 +649,7 @@ sub build {
|
|||
my $optgroup = $page->new_optgroup('Extruders');
|
||||
$optgroup->append_single_option_line('perimeter_extruder');
|
||||
$optgroup->append_single_option_line('infill_extruder');
|
||||
$optgroup->append_single_option_line('solid_infill_extruder');
|
||||
$optgroup->append_single_option_line('support_material_extruder');
|
||||
$optgroup->append_single_option_line('support_material_interface_extruder');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue