mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
support Prusa XL
This commit is contained in:
parent
f59c70a7fc
commit
0b8515ed20
5 changed files with 21 additions and 19 deletions
|
@ -7310,9 +7310,9 @@ OtherSlicingStatesConfigDef::OtherSlicingStatesConfigDef()
|
|||
// def->label = L("Initial filament type");
|
||||
// def->tooltip = L("String containing filament type of the first used extruder.");
|
||||
|
||||
// def = this->add("has_single_extruder_multi_material_priming", coBool);
|
||||
// def->label = L("Has single extruder MM priming");
|
||||
// def->tooltip = L("Are the extra multi-material priming regions used in this print?");
|
||||
def = this->add("has_single_extruder_multi_material_priming", coBool);
|
||||
def->label = L("Has single extruder MM priming");
|
||||
def->tooltip = L("Are the extra multi-material priming regions used in this print?");
|
||||
|
||||
new_def("initial_no_support_extruder", coInt, "Initial no support extruder", "Zero-based index of the first extruder used for printing without support. Same as initial_no_support_tool.");
|
||||
new_def("in_head_wrap_detect_zone", coBool, "In head wrap detect zone", "Indicates if the first layer overlaps with the head wrap zone.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue