mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 03:59:07 -07: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:
@@ -694,6 +694,13 @@ PrintConfigDef::build_def() {
|
||||
Options["solid_infill_below_area"].cli = "solid-infill-below-area=f";
|
||||
Options["solid_infill_below_area"].min = 0;
|
||||
|
||||
Options["solid_infill_extruder"].type = coInt;
|
||||
Options["solid_infill_extruder"].label = "Solid infill extruder";
|
||||
Options["solid_infill_extruder"].category = "Extruders";
|
||||
Options["solid_infill_extruder"].tooltip = "The extruder to use when printing solid infill.";
|
||||
Options["solid_infill_extruder"].cli = "solid-infill-extruder=i";
|
||||
Options["solid_infill_extruder"].min = 1;
|
||||
|
||||
Options["solid_infill_every_layers"].type = coInt;
|
||||
Options["solid_infill_every_layers"].label = "Solid infill every";
|
||||
Options["solid_infill_every_layers"].category = "Infill";
|
||||
|
||||
Reference in New Issue
Block a user