mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: add map for logic ext to physical ext
jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I0d250de87b3c3d6c9ceb4efd3099c82104e5fc1b (cherry picked from commit b45d2f53801abc209cb98670c0960efc21ab120e)
This commit is contained in:
@@ -2123,6 +2123,12 @@ void PrintConfigDef::init_fff_params()
|
||||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionInts{1});
|
||||
|
||||
def = this->add("physical_extruder_map",coInts);
|
||||
def->label = "Map the logical extruder to physical extruder";
|
||||
def->tooltip = "Map the logical extruder to physical extruder";
|
||||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionInts{0});
|
||||
|
||||
def = this->add("unprintable_filament_map", coIntsGroups);
|
||||
def->label = L("Unprintable filament map to extruder");
|
||||
def->tooltip = L("Unprintable filament map to extruder");
|
||||
|
||||
Reference in New Issue
Block a user